v8 10.2.154 (node 18.16.0)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
DiscardedSamplesDelegate Class Referenceabstract

#include <v8-profiler.h>

Public Member Functions

 DiscardedSamplesDelegate ()=default
 
virtual ~DiscardedSamplesDelegate ()=default
 
virtual void Notify ()=0
 
ProfilerId GetId () const
 

Detailed Description

Delegate for when max samples reached and samples are discarded.

Definition at line 289 of file v8-profiler.h.

Constructor & Destructor Documentation

◆ DiscardedSamplesDelegate()

◆ ~DiscardedSamplesDelegate()

virtual ~DiscardedSamplesDelegate ( )
virtualdefault

Member Function Documentation

◆ GetId()

ProfilerId GetId ( ) const
inline

Definition at line 296 of file v8-profiler.h.

◆ Notify()

virtual void Notify ( )
pure virtual

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