Home | History | Annotate | Download | only in native

Lines Matching refs:to_string

467       std::string output = std::to_string(heap->GetGcCount());
471 std::string output = std::to_string(NsToMs(heap->GetGcTime()));
475 to_string(heap->GetBytesAllocatedEver());
479 std::string output = std::to_string(heap->GetBytesFreedEver());
483 std::string output = std::to_string(heap->GetBlockingGcCount());
487 std::string output = std::to_string(NsToMs(heap->GetBlockingGcTime()));
527 std::to_string(heap->GetGcCount()))) {
531 std::to_string(NsToMs(heap->GetGcTime())))) {
535 std::to_string(heap->GetBytesAllocatedEver()))) {
539 std::to_string(heap->GetBytesFreedEver()))) {
543 std::to_string(heap->GetBlockingGcCount()))) {
547 std::to_string(NsToMs(heap->GetBlockingGcTime())))) {