Daniel Rapp
Daniel Rapp
Running against latest master (ccae9f7d9148634fd3366e504e97deb4b7e29eb7) I consistently see: WARNING: cannot find thread state, sample will be thrown away WARNING: get_stack_trace, current is NULL WARNING: canceled buffer, no stack trace was...
With v0.4.4, running `python -m vmprof -o output.log ...` results in: `unknown marker 0x0` Running vmprofshow against output.log results in: ``` Fatal: could not read vmprof profile file 'output.log': (313125,...
Trying to plot a histogram using Bokeh backend and log scale y axis results in a blank plot. Using either matplotlib backend or removing the log scale allows the data...