Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_perf_common.h')
-rw-r--r--src/node_perf_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/node_perf_common.h b/src/node_perf_common.h
index 3c7e51361e6..0053ebf6119 100644
--- a/src/node_perf_common.h
+++ b/src/node_perf_common.h
@@ -75,6 +75,8 @@ class performance_state {
AliasedBuffer<double, v8::Float64Array> milestones;
AliasedBuffer<uint32_t, v8::Uint32Array> observers;
+ uint64_t performance_last_gc_start_mark = 0;
+
void Mark(enum PerformanceMilestone milestone,
uint64_t ts = PERFORMANCE_NOW());