Lines Matching full:to_string
353 std::string output = std::to_string(heap->GetGcCount());
357 std::string output = std::to_string(NsToMs(heap->GetGcTime()));
361 std::string output = std::to_string(heap->GetBytesAllocatedEver());
365 std::string output = std::to_string(heap->GetBytesFreedEver());
369 std::string output = std::to_string(heap->GetBlockingGcCount());
373 std::string output = std::to_string(NsToMs(heap->GetBlockingGcTime()));
411 std::to_string(heap->GetGcCount()))) {
415 std::to_string(NsToMs(heap->GetGcTime())))) {
419 std::to_string(heap->GetBytesAllocatedEver()))) {
423 std::to_string(heap->GetBytesFreedEver()))) {
427 std::to_string(heap->GetBlockingGcCount()))) {
431 std::to_string(NsToMs(heap->GetBlockingGcTime())))) {