Lines Matching refs:PrintF
37 PrintF("[ ");
39 PrintF("%zu", array[i]);
40 if (i != (len - 1)) PrintF(", ");
42 PrintF(" ]");
56 PrintF("\"isolate\": \"%p\", \"id\": %d, \"key\": \"%s\", ",
62 PrintF("{ ");
64 PrintF("\"type\": \"instance_type_data\", ");
65 PrintF("\"instance_type\": %d, ", index);
66 PrintF("\"instance_type_name\": \"%s\", ", name);
67 PrintF("\"overall\": %zu, ", object_sizes_[index]);
68 PrintF("\"count\": %zu, ", object_counts_[index]);
69 PrintF("\"over_allocated\": %zu, ", over_allocated_[index]);
70 PrintF("\"histogram\": ");
72 PrintF(",");
73 PrintF("\"over_allocated_histogram\": ");
75 PrintF(" }\n");
83 PrintF("{ ");
85 PrintF("\"type\": \"gc_descriptor\", \"time\": %f }\n", time);
87 PrintF("{ ");
89 PrintF("\"type\": \"bucket_sizes\", \"sizes\": [ ");
91 PrintF("%d", 1 << (kFirstBucketShift + i));
92 if (i != (kNumberOfBuckets - 1)) PrintF(", ");
94 PrintF(" ] }\n");