Mark Hansen
Mark Hansen
Forked off from https://github.com/google/pprof/pull/649#issuecomment-930796262 ### What version of pprof are you using? 7fe48b4c820be13151ae35ce5a5e3f54f1b53eef ### What did you do? Open the flamegraph view in the web browser:  ### What did...
@felixge's `pprofutils folded` allows converting [Folded Stacks format](https://queue.acm.org/detail.cfm?id=2927301#:~:text=The%20folded%20stack%2Dtrace%20format,trace%2C%20followed%20by%20a%20semicolon.) to pprof: https://github.com/felixge/pprofutils#folded Folded Stacks are output by, and convertible from, a truly incredible number of profilers and profile data formats: see...
I think if we built an exporter to [Brendan Gregg's folded stacks format](https://queue.acm.org/detail.cfm?id=2927301#:~:text=The%20folded%20stack%2Dtrace%20format,trace%2C%20followed%20by%20a%20semicolon.), we could: 1. Enable people to do differential flamegraphs using [difffolded.pl](https://github.com/brendangregg/FlameGraph/blob/master/difffolded.pl) and [flamegraph.pl](https://github.com/brendangregg/FlameGraph/blob/master/flamegraph.pl), perhaps addressing the user...
Hey, just wondering if we should still recommned deoplete.nvim. On their README they say: > The development of this plugin is finished. Accepts minor patches and issues but no new...
See if we can replace this with a stat() cache, to be invalidated by watchFile(). See if this improves performance. See the end of this thread: http://groups.google.com/group/nodejs/browse_thread/thread/f170d48a8d4140ce/8b072d2d205e004c?lnk=gst&q=sendfile#8b072d2d205e004c
This was a big surprise. I thought clicking 'sign in' would just sign in, but I hadn't ticked the "I accept that the information I provide to sign this CLA...
This was on https://github.com/pyroscope-io/pyroscope/pull/566 I visited the CLA to read it, but didn't sign it. I don't know why it says I signed it.  When visiting today, I accidentally...
After recording an Android Simpleperf profile with [`app_recorder.py`](https://android.googlesource.com/platform/system/extras/+/0452f9d10fddc5fcffc9b84644567e74cef436de/simpleperf/doc/scripts_reference.md#app_profiler_py) outputting `perf.data` and converting to `perf script` format with [`report_sample.py`](https://android.googlesource.com/platform/system/extras/+/master/simpleperf/doc/scripts_reference.md#report_sample_py), `stackcollapse.pl` can't read in the input because of lines like this that...
I hope this makes it a little clearer -- when reading this I didn't know what the file should be called so I had to read ahead and then jump...
Hi, just reporting this as FYI. It's not really causing me any trouble, I'm happy on mypy version 0.812, just thought I'd start a thread in case this is impacting...