V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::AggregatableHistogramTimer Class Reference
Inheritance diagram for v8::internal::AggregatableHistogramTimer:
v8::internal::Histogram

Public Member Functions

void Start ()
 
void Stop ()
 
void Add (base::TimeDelta other)
 
- Public Member Functions inherited from v8::internal::Histogram
void AddSample (int sample)
 
bool Enabled ()
 
const charname ()
 
int min () const
 
int max () const
 
int num_buckets () const
 
void AssertReportsToCounters (Counters *expected_counters)
 

Friends

class Counters
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::Histogram
 Histogram (const char *name, int min, int max, int num_buckets, Counters *counters)
 
Counterscounters () const
 
void Reset ()
 

Detailed Description

Definition at line 479 of file counters.h.


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