Lines Matching full:to_string
449 std::string output = std::to_string(heap->GetGcCount());
453 std::string output = std::to_string(NsToMs(heap->GetGcTime()));
457 std::string output = std::to_string(heap->GetBytesAllocatedEver());
461 std::string output = std::to_string(heap->GetBytesFreedEver());
465 std::string output = std::to_string(heap->GetBlockingGcCount());
469 std::string output = std::to_string(NsToMs(heap->GetBlockingGcTime()));
509 std::to_string(heap->GetGcCount()))) {
513 std::to_string(NsToMs(heap->GetGcTime())))) {
517 std::to_string(heap->GetBytesAllocatedEver()))) {
521 std::to_string(heap->GetBytesFreedEver()))) {
525 std::to_string(heap->GetBlockingGcCount()))) {
529 std::to_string(NsToMs(heap->GetBlockingGcTime())))) {