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

#include <profile-generator.h>

Public Member Functions

 SampleRateCalculator ()
 
double ticks_per_ms ()
 
void Tick ()
 
void UpdateMeasurements (double current_time)
 

Static Public Attributes

static const unsigned kWallTimeQueryIntervalMs = 100
 

Detailed Description

Definition at line 354 of file profile-generator.h.

Constructor & Destructor Documentation

Definition at line 356 of file profile-generator.h.

Member Function Documentation

void Tick ( )
double ticks_per_ms ( )
inline

Definition at line 363 of file profile-generator.h.

Referenced by ProfileGenerator::INLINE().

void UpdateMeasurements ( double  current_time)

Field Documentation

const unsigned kWallTimeQueryIntervalMs = 100
static

Definition at line 371 of file profile-generator.h.

Referenced by SampleRateCalculator::UpdateMeasurements().


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