![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-profiler.h>
Public Member Functions | |
DiscardedSamplesDelegate ()=default | |
virtual | ~DiscardedSamplesDelegate ()=default |
virtual void | Notify ()=0 |
ProfilerId | GetId () const |
Private Member Functions | |
void | SetId (ProfilerId id) |
Private Attributes | |
ProfilerId | profiler_id_ |
Delegate for when max samples reached and samples are discarded.
Definition at line 338 of file v8-profiler.h.
|
default |
|
virtualdefault |
|
inline |
Definition at line 345 of file v8-profiler.h.
|
pure virtual |
|
inlineprivate |
Definition at line 350 of file v8-profiler.h.
|
private |
Definition at line 352 of file v8-profiler.h.