![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/profiler/cpu-profiler.h"
#include <unordered_map>
#include <utility>
#include "include/v8-locker.h"
#include "src/base/lazy-instance.h"
#include "src/base/template-utils.h"
#include "src/debug/debug.h"
#include "src/execution/frames-inl.h"
#include "src/execution/isolate-inl.h"
#include "src/execution/v8threads.h"
#include "src/execution/vm-state-inl.h"
#include "src/libsampler/sampler.h"
#include "src/logging/counters.h"
#include "src/logging/log.h"
#include "src/profiler/cpu-profiler-inl.h"
#include "src/profiler/profiler-stats.h"
#include "src/profiler/symbolizer.h"
#include "src/utils/locked-queue-inl.h"
Go to the source code of this file.
Classes | |
class | v8::internal::CpuSampler |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | PROFILER_TYPE_CASE(type, clss) |
Variables | |
static const int | v8::internal::kProfilerStackSize = 256 * KB |
#define PROFILER_TYPE_CASE | ( | type, | |
clss ) |
|
private |
Definition at line 505 of file cpu-profiler.cc.
|
private |
Definition at line 504 of file cpu-profiler.cc.