V8 API Reference Guide generated from the header files
|
#include <v8-profiler.h>
Public Types | |
enum | ControlOption { kContinue = 0, kAbort = 1 } |
Public Member Functions | |
virtual ControlOption | ReportProgressValue (int done, int total)=0 |
An interface for reporting progress and controlling long-running activities.
|
pure virtual |
Notify about current progress. The activity can be stopped by returning kAbort as the callback result.