Alanren/profiler filter (#3760)

* profiler filter

* add test cases

* perf improvement with bulk insert

* update dependency version and address comments
This commit is contained in:
Alan Ren
2019-01-18 16:25:18 -08:00
committed by GitHub
parent 637dc9b9b2
commit 3e7a09c1e3
21 changed files with 926 additions and 22 deletions

View File

@@ -356,6 +356,11 @@ export abstract class ExtHostDataProtocolShape {
*/
$getXEventSessions(handle: number, sessionId: string): Thenable<string[]> { throw ni(); }
/**
* Disconnect a profiler session
*/
$disconnectSession(handle: number, sessionId: string): Thenable<boolean> { throw ni(); }
/**
* Get Agent Job list
*/