Lines Matching full:to_string
378 std::string output = std::to_string(heap->GetGcCount());
382 std::string output = std::to_string(NsToMs(heap->GetGcTime()));
386 std::string output = std::to_string(heap->GetBytesAllocatedEver());
390 std::string output = std::to_string(heap->GetBytesFreedEver());
394 std::string output = std::to_string(heap->GetBlockingGcCount());
398 std::string output = std::to_string(NsToMs(heap->GetBlockingGcTime()));
436 std::to_string(heap->GetGcCount()))) {
440 std::to_string(NsToMs(heap->GetGcTime())))) {
444 std::to_string(heap->GetBytesAllocatedEver()))) {
448 std::to_string(heap->GetBytesFreedEver()))) {
452 std::to_string(heap->GetBlockingGcCount()))) {
456 std::to_string(NsToMs(heap->GetBlockingGcTime())))) {