Bug 1470151 - Make dumpCoverage and resetCoverage return a Promise that is resolved when the parent process and all content processes are done with dumping or resetting coverage counters. r=froydnj
This commit is contained in:
@@ -18,8 +18,10 @@ public:
|
||||
static CodeCoverageHandler* Get();
|
||||
CrossProcessMutex* GetMutex();
|
||||
CrossProcessMutexHandle GetMutexHandle(int aProcId);
|
||||
static void DumpCounters(int);
|
||||
static void ResetCounters(int);
|
||||
static void DumpCounters();
|
||||
static void DumpCountersSignalHandler(int);
|
||||
static void ResetCounters();
|
||||
static void ResetCountersSignalHandler(int);
|
||||
|
||||
private:
|
||||
CodeCoverageHandler();
|
||||
|
||||
Reference in New Issue
Block a user