V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::CompilationStatistics Class Referencefinal
Inheritance diagram for v8::internal::CompilationStatistics:
v8::internal::Malloced

Classes

class  BasicStats
 

Public Member Functions

void RecordPhaseStats (const char *phase_kind_name, const char *phase_name, const BasicStats &stats)
 
void RecordPhaseKindStats (const char *phase_kind_name, const BasicStats &stats)
 
void RecordTotalStats (size_t source_size, const BasicStats &stats)
 
- Public Member Functions inherited from v8::internal::Malloced
void * operator new (size_t size)
 
void operator delete (void *p)
 

Friends

std::ostream & operator<< (std::ostream &os, const AsPrintableStatistics &s)
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::Malloced
static void * New (size_t size)
 
static void Delete (void *p)
 

Detailed Description

Definition at line 25 of file compilation-statistics.h.


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