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 5
5
//!
6
6
//! * :benchmark/:profile/:scenario/:metric => [cid => u64]
7
7
//! * :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,
13
13
//!
14
14
//! Note that the returned series always have a "simple" type of a small set --
15
15
//! things like arrays, integers. We aggregate into higher level types above the
You can’t perform that action at this time.
0 commit comments