summaryrefslogtreecommitdiff
path: root/src/node_perf_common.h
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2018-06-03 16:58:48 -0700
committerJames M Snell <jasnell@gmail.com>2018-06-15 09:05:19 -0700
commitb55f6a0f010da7f2f812b0956283a1d58ebe1ff1 (patch)
tree23d797e24b5b28ee26356ed7d36e5c1d2d5383c0 /src/node_perf_common.h
parent17e378b51a4e35533b43bae66e7aa76faaad17b3 (diff)
downloadandroid-node-v8-b55f6a0f010da7f2f812b0956283a1d58ebe1ff1.tar.gz
android-node-v8-b55f6a0f010da7f2f812b0956283a1d58ebe1ff1.tar.bz2
android-node-v8-b55f6a0f010da7f2f812b0956283a1d58ebe1ff1.zip
perf_hooks: remove less useful bootstrap marks
While `perf_hooks` is still in experimental, remove less useful bootstrap milestones. PR-URL: https://github.com/nodejs/node/pull/21247 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/node_perf_common.h')
-rw-r--r--src/node_perf_common.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/node_perf_common.h b/src/node_perf_common.h
index 9754e1e66f..8f90c93060 100644
--- a/src/node_perf_common.h
+++ b/src/node_perf_common.h
@@ -24,15 +24,8 @@ extern uint64_t performance_v8_start;
V(V8_START, "v8Start") \
V(LOOP_START, "loopStart") \
V(LOOP_EXIT, "loopExit") \
- V(BOOTSTRAP_COMPLETE, "bootstrapComplete") \
- V(THIRD_PARTY_MAIN_START, "thirdPartyMainStart") \
- V(THIRD_PARTY_MAIN_END, "thirdPartyMainEnd") \
- V(CLUSTER_SETUP_START, "clusterSetupStart") \
- V(CLUSTER_SETUP_END, "clusterSetupEnd") \
- V(MODULE_LOAD_START, "moduleLoadStart") \
- V(MODULE_LOAD_END, "moduleLoadEnd") \
- V(PRELOAD_MODULE_LOAD_START, "preloadModulesLoadStart") \
- V(PRELOAD_MODULE_LOAD_END, "preloadModulesLoadEnd")
+ V(BOOTSTRAP_COMPLETE, "bootstrapComplete")
+
#define NODE_PERFORMANCE_ENTRY_TYPES(V) \
V(NODE, "node") \