webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | List of all members
JSC::CodeProfile Class Reference

#include <CodeProfile.h>

Public Member Functions

 CodeProfile (const SourceCode &source, CodeProfile *parent)
 
void sample (void *pc, void **framePointer)
 
void report ()
 
CodeProfileparent ()
 
void addChild (std::unique_ptr< CodeProfile > child)
 

Constructor & Destructor Documentation

◆ CodeProfile()

JSC::CodeProfile::CodeProfile ( const SourceCode source,
CodeProfile parent 
)
inline

Member Function Documentation

◆ addChild()

void JSC::CodeProfile::addChild ( std::unique_ptr< CodeProfile child)
inline

◆ parent()

CodeProfile* JSC::CodeProfile::parent ( )
inline

◆ report()

void JSC::CodeProfile::report ( )

◆ sample()

void JSC::CodeProfile::sample ( void pc,
void **  framePointer 
)

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