Searched refs:max_num_snapshots (Results 1 – 2 of 2) sorted by relevance
407 int64 max_num_snapshots, in SampleSnapshots() argument410 if (snapshots->size() <= max_num_snapshots) return; in SampleSnapshots()421 if (allocation_snapshot_indices.size() >= max_num_snapshots) break; in SampleSnapshots()426 max_num_snapshots - allocation_snapshot_indices.size(); in SampleSnapshots()479 void ProcessMemoryProfileProto(int64 max_num_snapshots, in ProcessMemoryProfileProto() argument512 SampleSnapshots(max_num_snapshots, snapshots, in ProcessMemoryProfileProto()537 int64 max_num_snapshots) { in ConvertXPlaneToMemoryProfile() argument539 ProcessMemoryProfileProto(max_num_snapshots, &memory_profile); in ConvertXPlaneToMemoryProfile()
31 int64 max_num_snapshots = 1000);