Searched defs:my_time (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/massif/
H A Dms_main.c1335 // Nb: we call the arg "my_time" because "time" shadows a global declaration
1338 take_snapshot(Snapshot* snapshot, SnapshotKind kind, Time my_time, argument
1365 snapshot->time = my_time;
1392 // Nb: we call this variable "my_time" because "time" shadows a global
1394 Time my_time = get_time(); local
1399 if (my_time < earliest_possible_time_of_next_snapshot) {
1429 take_snapshot(snapshot, kind, my_time, is_detailed);
1475 earliest_possible_time_of_next_snapshot = my_time + min_time_interval;

Completed in 25 milliseconds