Lines Matching refs:to_string
99 args += "\"processId\":" + std::to_string(getpid()) + ",";
123 std::string args = "{\"data\":{\"jsHeapSizeUsed\":" + std::to_string(DFXJSNApi::GetHeapUsedSize(vm_)) + "}}";
132 std::string args = "{\"data\":{\"startTime\":" + std::to_string(profileInfo->startTime) + "}}";
192 args += "\"columnNumber\":" + std::to_string(nodeInfo.codeEntry.columnNumber) + ",";
196 args += "\"lineNumber\":" + std::to_string(nodeInfo.codeEntry.lineNumber) + ",";
198 args += "\"scriptId\":" + std::to_string(nodeInfo.codeEntry.scriptId) + ",";
205 args += "\"id\":" + std::to_string(nodeInfo.id) + ",";
207 args += "\"parent\":" + std::to_string(nodeInfo.parentId) + ",";
209 args += "\"hitCount\":" + std::to_string(nodeInfo.hitCount) + ",";
212 args += std::to_string(it) + ",";
226 args += std::to_string(sample) + ",";
234 args += std::to_string(profileInfo->nodes[profileInfo->samples[sample - 1]].codeEntry.lineNumber + 1) + ",";
242 args += std::to_string(timeDelta) + ",";
255 std::string args = "{\"data\":{\"endTime\":" + std::to_string(profileInfo->stopTime) + "}}";