MCPcopy Create free account
hub / github.com/3rdparty/libprocess / ProfilingRun

Class ProfilingRun

src/memory_profiler.hpp:106–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 // When the timer reaches zero, a dump of the collected
105 // data will be attempted.
106 class ProfilingRun
107 {
108 public:
109 ProfilingRun(MemoryProfiler*, time_t, const Duration&);
110 void extend(MemoryProfiler*, const Duration&);
111
112 time_t id;
113 Timer timer;
114 };
115
116 Option<ProfilingRun> currentRun;
117

Callers 1

startMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected