Home | History | Annotate | Download | only in massif

Lines Matching refs:my_time

1307 // Nb: we call the arg "my_time" because "time" shadows a global declaration
1310 take_snapshot(Snapshot* snapshot, SnapshotKind kind, Time my_time,
1337 snapshot->time = my_time;
1364 // Nb: we call this variable "my_time" because "time" shadows a global
1366 Time my_time = get_time();
1371 if (my_time < earliest_possible_time_of_next_snapshot) {
1401 take_snapshot(snapshot, kind, my_time, is_detailed);
1447 earliest_possible_time_of_next_snapshot = my_time + min_time_interval;