rust/crates/ra_prof/src
Michal Terepeta bc91120b7c Improve profiling output when duration filter is specified
In particular:

  - Use strict inequality for comparisons, since that's what the filter
    syntax supports.

  - Convert to millis for comparisons, since that's the unit used both
    for the filter and when printing.

Now something like `RA_PROFILE='*>0'` will only print things that took
at least 1ms (when rounded to millis).

Signed-off-by: Michal Terepeta <michal.terepeta@gmail.com>
2020-01-02 17:26:02 +01:00
..
google_cpu_profiler.rs Remove cpuprofile dependencies 2019-08-17 15:29:57 +03:00
lib.rs Improve profiling output when duration filter is specified 2020-01-02 17:26:02 +01:00
memory_usage.rs Even if jemalloc feature is used do not use it on msvc 2019-11-14 11:47:18 -05:00