v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StatsCounterTimer Struct Reference

#include <counters.h>

Collaboration diagram for StatsCounterTimer:

Public Member Functions

void Start ()
 
void Stop ()
 
bool Running ()
 

Data Fields

StatsCounter counter_
 
int64_t start_time_
 
int64_t stop_time_
 

Detailed Description

Definition at line 183 of file counters.h.

Member Function Documentation

void Start ( )

Definition at line 49 of file counters.cc.

void Stop ( )

Definition at line 57 of file counters.cc.

Field Documentation

StatsCounter counter_

Definition at line 184 of file counters.h.

Referenced by StatsCounterTimer::Running().

int64_t start_time_

Definition at line 186 of file counters.h.

Referenced by StatsCounterTimer::Running().

int64_t stop_time_

Definition at line 187 of file counters.h.

Referenced by StatsCounterTimer::Running().


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