diff --git a/src/node_perf.cc b/src/node_perf.cc index 8b476890e190a9..60ab530420ef39 100644 --- a/src/node_perf.cc +++ b/src/node_perf.cc @@ -46,7 +46,7 @@ void performance_state::Mark(enum PerformanceMilestone milestone, TRACE_EVENT_INSTANT_WITH_TIMESTAMP0( TRACING_CATEGORY_NODE1(bootstrap), GetPerformanceMilestoneName(milestone), - TRACE_EVENT_SCOPE_THREAD, ts); + TRACE_EVENT_SCOPE_THREAD, ts / 1000); } double GetCurrentTimeInMicroseconds() {