V8 Project
cpu-profiler.cc File Reference
#include "src/v8.h"
#include "src/cpu-profiler-inl.h"
#include "src/compiler.h"
#include "src/frames-inl.h"
#include "src/hashmap.h"
#include "src/log-inl.h"
#include "src/vm-state-inl.h"
#include "include/v8-profiler.h"
+ Include dependency graph for cpu-profiler.cc:

Go to the source code of this file.

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 

Macros

#define PROFILER_TYPE_CASE(type, clss)
 

Functions

static bool v8::internal::FilterOutCodeCreateEvent (Logger::LogEventsAndTags tag)
 

Variables

static const int v8::internal::kProfilerStackSize = 64 * KB
 

Macro Definition Documentation

◆ PROFILER_TYPE_CASE

#define PROFILER_TYPE_CASE (   type,
  clss 
)
Value:
case CodeEventRecord::type: \
record.clss##_.UpdateCodeMap(generator_->code_map()); \
break;
#define _