I built my executable with the spacetime variant of OCaml 4.07.1. I set the sampling interval to 10 seconds, and let my program run for a bit over an hour.
When I view the resulting profile with “serve” or “view”, I only see about 300 seconds of data, rather than the 3600 seconds I’d expect. Is there a cap on the amount of profile data in spacetime?
Interesting – is there any way to extract or infer wall clock or annotate in some way? I’d like to correlate memory footprint with specific network events.