MCPcopy Create free account
hub / github.com/nodejs/node / toolTipDict

Method toolTipDict

deps/v8/tools/system-analyzer/log/timer.mjs:40–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 get toolTipDict() {
41 const dict = super.toolTipDict;
42 dict.startTime = formatDurationMicros(dict.startTime);
43 dict.endTime = formatDurationMicros(dict.endTime);
44 dict.duration = formatDurationMicros(dict.duration);
45 return dict;
46 }
47
48 static get propertyNames() {
49 return [

Callers

nothing calls this directly

Calls 1

formatDurationMicrosFunction · 0.90

Tested by

no test coverage detected