looks great. wish jetbrains implemented this
FunctionTrace: Graphical Python Profiler
21–30 of 33 posts
Re: FunctionTrace: Graphical Python Profiler
#22It's really cool to see the Firefox Profiler UI reused in new projects. I'm biased having worked on it, but it's a very powerful visualization tool for complex multi-threaded performance data.
Re: FunctionTrace: Graphical Python Profiler
#23How about Jupiter Notebooks?
Re: FunctionTrace: Graphical Python Profiler
#24Looks like it supports native stack as well, great! Most bottlenecks in seriously performance-sensitive programs are in the native code, which makes built-in tools like cProfile hardly useful.
Re: FunctionTrace: Graphical Python Profiler
#25How does this compare to snakeviz?
Re: FunctionTrace: Graphical Python Profiler
#26[deleted]
Re: FunctionTrace: Graphical Python Profiler
#27Is this something that could be made to work with MicroPython?
Came here to ask the same thing.
Re: FunctionTrace: Graphical Python Profiler
#28It's a shame there isn't any support for coroutines. I'm really hoping some profiling tool that comes along to handle them + threads/processes.
Re: FunctionTrace: Graphical Python Profiler
#29Functiontrace is awesome. It's easier to use than most other Python profilers in my experience, with a great viewer through Firefox too.