dprof icon indicating copy to clipboard operation
dprof copied to clipboard

Dynamic/structured profiling & visualization for sync and async operations

Results 2 dprof issues
Sort by recently updated
recently updated
newest added

dprof could probably be made significantly easier to use (read: search through) in many situations by simply compressing long time periods in which nothing changes.

enhancement

I've been thinking about this, and I think it could be useful if we had a JS API such so that one could mark when specific execution points happen (like...

enhancement