Loading...
Searching...
No Matches
Public Member Functions | List of all members
v8::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.

Constructor & Destructor Documentation

◆ DiscardedSamplesDelegate()

v8::DiscardedSamplesDelegate::DiscardedSamplesDelegate ( )
default

◆ ~DiscardedSamplesDelegate()

virtual v8::DiscardedSamplesDelegate::~DiscardedSamplesDelegate ( )
virtualdefault

Member Function Documentation

◆ GetId()

ProfilerId v8::DiscardedSamplesDelegate::GetId ( ) const
inline

◆ Notify()

virtual void v8::DiscardedSamplesDelegate::Notify ( )
pure virtual

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