File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 55//!
66//! * :benchmark/:profile/:scenario/:metric => [cid => u64]
77//! * :crate/:profile/:scenario/:self_profile_query/:stat (SelfProfileTime, SelfProfileCacheHits, ...)
8- //! :stat = time => Duration,
9- //! :stat = cache hits => u32,
10- //! :stat = invocation count => u32,
11- //! :stat = blocked time => Duration,
12- //! :stat = incremental load time => Duration,
8+ //! :stat = time => Duration,
9+ //! :stat = cache hits => u32,
10+ //! :stat = invocation count => u32,
11+ //! :stat = blocked time => Duration,
12+ //! :stat = incremental load time => Duration,
1313//!
1414//! Note that the returned series always have a "simple" type of a small set --
1515//! things like arrays, integers. We aggregate into higher level types above the
You can’t perform that action at this time.
0 commit comments