Lines Matching refs:R
31 …R"({"id":1,"method":"HeapProfiler.takeHeapSnapshot","params":{"reportProgress":true,"captureNumeri…
32 const std::string SNAPSHOT_TAIL = R"(,"exposeInternals":false}})";
34 R"({"id":1,"method":"HeapProfiler.startTrackingHeapObjects","params":{"trackAllocations":)";
37 R"({"id":2,"method":"HeapProfiler.stopTrackingHeapObjects","params":{"reportProgress":true}})";
39 R"({"id":3,"method":"Profiler.setSamplingInterval","params":{"interval":)";
40 const std::string CPU_PROFILER_INTERVAL_TAIL = R"(}})";
41 const std::string CPU_PROFILER_START = R"({"id":3,"method":"Profiler.start","params":{}})";
42 const std::string CPU_PROFILER_STOP = R"({"id":3,"method":"Profiler.stop","params":{}})";
45 const std::string RESPONSE_FLAG_HEAD = R"({"id":)";
46 const std::string RESPONSE_FLAG_TAIL = R"(,"result":{}})";
47 const std::string REGEX_PATTERN = R"("id":(\d+))";
48 const std::string ARKTS_SCHEDULE = R"(ArkTS_Snapshot)";