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

Public Member Functions

void Start (base::ElapsedTimer *timer, Isolate *isolate)
 
void Stop (base::ElapsedTimer *timer, Isolate *isolate)
 
void RecordAbandon (base::ElapsedTimer *timer, Isolate *isolate)
 
- 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)
 

Protected Member Functions

 TimedHistogram (const char *name, int min, int max, HistogramTimerResolution resolution, int num_buckets, Counters *counters)
 
void AddTimeSample ()
 
- 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 ()
 

Protected Attributes

HistogramTimerResolution resolution_
 

Friends

class Counters
 

Detailed Description

Definition at line 264 of file counters.h.


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