MCPcopy Create free account
hub / github.com/NativeScript/android / Reset

Function Reset

test-app/runtime/src/main/cpp/include/v8-metrics.h:236–238  ·  view source on GitHub ↗

* Resets durations of V8 work for the new task. */

Source from the content-addressed store, hash-verified

234 * Resets durations of V8 work for the new task.
235 */
236 V8_INLINE static void Reset(Isolate* isolate) {
237 v8::internal::Internals::IncrementLongTasksStatsCounter(isolate);
238 }
239
240 /**
241 * Returns durations of V8 work that happened since the last Reset().

Callers 3

DirectBufferMethod · 0.85
RingBufferMethod · 0.85
ResetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected