-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
Fully Compatible
-
v8.0
Integrate https://github.com/10gen/mongo/tree/anna.wawrzyniak/profiler with mongod in master branch.
The tracing profiler allows to manually mark scopes/regions in the code and then precisely measure (cycle clock precision) the time spent and invocation count for each region. It also supports nested regions/scopesĀ
This tracing profiler aggregates the measurements, without storing all traces.
The metrics are available via regular mongod stats.
- is related to
-
SERVER-90115 Add support for reading cycleclock
- Backlog