prof_spacetime icon indicating copy to clipboard operation
prof_spacetime copied to clipboard

Prof. Spacetime

Results 7 prof_spacetime issues
Sort by recently updated
recently updated
newest added

The `live bytes` graph for a spacetime profile I created appears to be clipped at the top: ![spacetime-clipped](https://user-images.githubusercontent.com/2244648/64890398-6b5e0000-d624-11e9-9fde-19cae9b72749.png) The screenshot is from Firefox, but the same clipping occurs in Chrome.

In just a couple of days using spacetime, we've found a memory leak in our code. Great! When examining a graph, some of the areas are very narrow, and hard...

This is on 4.06.0. Here's the backtrace: ``` (lldb) bt * thread #1, stop reason = signal SIGSTOP * frame #0: 0x0000000105dad0c8 prof_spacetime.exe`camlProf_spacetime_lib__Series__create_1052 + 8 frame #1: 0x0000000105daa9a7 prof_spacetime.exe`camlProf_spacetime__main_1284 +...

Error message: ``` Serving on 0.0.0.0:8080 prof-spacetime: internal error, uncaught exception: Unix.Unix_error(Unix.EINVAL, "select", "") Called from file "src/unix/lwt_engine.ml", line 312, characters 8-19 Called from file "src/unix/lwt_main.ml", line 41, characters 8-82...

`prof_spacetime process` has now been running on my machine for several hours processing a 5.7G profile. I'm not sure whether to kill it or continue waiting. It would be a...

It would be great to be able to have an option to merge the results of two or more dumps (assuming they were from the same executable). We could then...

This may be a known issue, but I am unable to use `prof_spacetime` on macOS. ```sh touch foo.ml # empty file ocamlfind opt -linkpkg foo.ml OCAML_SPACETIME_INTERVAL=100 ./a.out prof_spacetime process -e...