#include <stddef.h>#include <stdint.h>#include <optional>#include <vector>#include "v8-internal.h"#include "v8-isolate.h"#include "v8-local-handle.h"#include "v8config.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::metrics |
Macros | |
| #define | ADD_MAIN_THREAD_EVENT(E) virtual void AddMainThreadEvent(const E&, ContextId) {} |
| #define | ADD_THREAD_SAFE_EVENT(E) virtual void AddThreadSafeEvent(const E&) {} |
Typedefs | |
| using | v8::metrics::GarbageCollectionFullMainThreadBatchedIncrementalMark = GarbageCollectionBatchedEvents< GarbageCollectionFullMainThreadIncrementalMark > |
| using | v8::metrics::GarbageCollectionFullMainThreadBatchedIncrementalSweep = GarbageCollectionBatchedEvents< GarbageCollectionFullMainThreadIncrementalSweep > |
| #define ADD_MAIN_THREAD_EVENT | ( | E | ) | virtual void AddMainThreadEvent(const E&, ContextId) {} |
| #define ADD_THREAD_SAFE_EVENT | ( | E | ) | virtual void AddThreadSafeEvent(const E&) {} |