v8 12.4.254 (node 22.4.1)
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 338 of file v8-profiler.h.

Constructor & Destructor Documentation

◆ DiscardedSamplesDelegate()

◆ ~DiscardedSamplesDelegate()

virtual ~DiscardedSamplesDelegate ( )
virtualdefault

Member Function Documentation

◆ GetId()

ProfilerId GetId ( ) const
inline

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

◆ Notify()

virtual void Notify ( )
pure virtual

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