webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
JSC::Debugger::ProfilingClient Class Referenceabstract

#include <Debugger.h>

Inheritance diagram for JSC::Debugger::ProfilingClient:
Inspector::InspectorScriptProfilerAgent Inspector::InspectorScriptProfilerAgent

Public Member Functions

virtual ~ProfilingClient ()
 
virtual bool isAlreadyProfiling () const =0
 
virtual double willEvaluateScript ()=0
 
virtual void didEvaluateScript (double startTime, ProfilingReason)=0
 
virtual ~ProfilingClient ()
 
virtual bool isAlreadyProfiling () const =0
 
virtual double willEvaluateScript ()=0
 
virtual void didEvaluateScript (double startTime, ProfilingReason)=0
 

Constructor & Destructor Documentation

◆ ~ProfilingClient() [1/2]

JSC::Debugger::ProfilingClient::~ProfilingClient ( )
virtual

◆ ~ProfilingClient() [2/2]

virtual JSC::Debugger::ProfilingClient::~ProfilingClient ( )
virtual

Member Function Documentation

◆ didEvaluateScript() [1/2]

virtual void JSC::Debugger::ProfilingClient::didEvaluateScript ( double  startTime,
ProfilingReason   
)
pure virtual

◆ didEvaluateScript() [2/2]

virtual void JSC::Debugger::ProfilingClient::didEvaluateScript ( double  startTime,
ProfilingReason   
)
pure virtual

◆ isAlreadyProfiling() [1/2]

virtual bool JSC::Debugger::ProfilingClient::isAlreadyProfiling ( ) const
pure virtual

◆ isAlreadyProfiling() [2/2]

virtual bool JSC::Debugger::ProfilingClient::isAlreadyProfiling ( ) const
pure virtual

◆ willEvaluateScript() [1/2]

virtual double JSC::Debugger::ProfilingClient::willEvaluateScript ( )
pure virtual

◆ willEvaluateScript() [2/2]

virtual double JSC::Debugger::ProfilingClient::willEvaluateScript ( )
pure virtual

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