![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <atomic>
#include <memory>
#include "src/base/platform/condition-variable.h"
#include "src/base/platform/mutex.h"
#include "src/base/platform/time.h"
#include "src/profiler/circular-queue.h"
#include "src/profiler/profiler-listener.h"
#include "src/profiler/tick-sample.h"
#include "src/utils/locked-queue.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::sampler |
namespace | v8::internal |
Macros | |
#define | CODE_EVENTS_TYPE_LIST(V) |
#define | VM_EVENTS_TYPE_LIST(V) |
#define | DECLARE_TYPE(type, ignore) |
#define | DECLARE_CLASS(ignore, type) |
#define CODE_EVENTS_TYPE_LIST | ( | V | ) |
Definition at line 36 of file cpu-profiler.h.
#define DECLARE_CLASS | ( | ignore, | |
type ) |
Definition at line 147 of file cpu-profiler.h.
#define DECLARE_TYPE | ( | type, | |
ignore ) |
Definition at line 50 of file cpu-profiler.h.
#define VM_EVENTS_TYPE_LIST | ( | V | ) |
Definition at line 44 of file cpu-profiler.h.