feature(interactive): Provide Profile Tool to Display Query Metrics
Open
component:gie
stale
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
**Is your feature request related to a problem? Please describe.**
We need a end-to-end profiling tools to display per query metrics, like in gremlin console:
or in cypher console:
The metrics should involve the following aspects:
* overall:
- total latency
- compilation latency
- execution latency
* detail:
- per step latency
- per step latency occupation
- per step estimated count
- per step execution count
Contributor guide
Assessment
This issue has not been assessed yet.