v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ProfilerExtension Class Reference

#include <profiler-extension.h>

Inheritance diagram for ProfilerExtension:
Collaboration diagram for ProfilerExtension:

Public Member Functions

 ProfilerExtension ()
 
virtual v8::Handle
< v8::FunctionTemplate
GetNativeFunctionTemplate (v8::Isolate *isolate, v8::Handle< v8::String > name)
 
- Public Member Functions inherited from Extension
 Extension (const char *name, const char *source=0, int dep_count=0, const char **deps=0, int source_length=-1)
 
virtual ~Extension ()
 
const char * name () const
 
size_t source_length () const
 
const
String::ExternalAsciiStringResource
source () const
 
int dependency_count ()
 
const char ** dependencies ()
 
void set_auto_enable (bool value)
 
bool auto_enable ()
 

Static Public Member Functions

static void StartProfiling (const v8::FunctionCallbackInfo< v8::Value > &args)
 
static void StopProfiling (const v8::FunctionCallbackInfo< v8::Value > &args)
 

Static Public Attributes

static const v8::CpuProfilelast_profile = NULL
 

Detailed Description

Definition at line 38 of file profiler-extension.h.

Constructor & Destructor Documentation

ProfilerExtension ( )
inline

Definition at line 40 of file profiler-extension.h.

Member Function Documentation

Field Documentation

const v8::CpuProfile * last_profile = NULL
static

The documentation for this class was generated from the following files: