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 9829b82 commit f866854Copy full SHA for f866854
packages/profiling-node/bindings/cpu_profiler.cc
@@ -28,6 +28,7 @@ enum ProfileFormat {
28
kFormatThread = 0,
29
kFormatChunk = 1,
30
};
31
+
32
// Allow users to override the default logging mode via env variable. This is
33
// useful because sometimes the flow of the profiled program can be to execute
34
// many sequential transaction - in that case, it may be preferable to set eager
0 commit comments