We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c73cd4 commit 1f356a2Copy full SHA for 1f356a2
src/node_perf.cc
@@ -46,7 +46,7 @@ void performance_state::Mark(enum PerformanceMilestone milestone,
46
TRACE_EVENT_INSTANT_WITH_TIMESTAMP0(
47
TRACING_CATEGORY_NODE1(bootstrap),
48
GetPerformanceMilestoneName(milestone),
49
- TRACE_EVENT_SCOPE_THREAD, ts);
+ TRACE_EVENT_SCOPE_THREAD, ts / 1000);
50
}
51
52
double GetCurrentTimeInMicroseconds() {
0 commit comments