Home | History | Annotate | Download | only in massif

Lines Matching refs:my_time

918 // Nb: we call the arg "my_time" because "time" shadows a global declaration
921 take_snapshot(Snapshot* snapshot, SnapshotKind kind, Time my_time,
945 snapshot->time = my_time;
972 // Nb: we call this variable "my_time" because "time" shadows a global
974 Time my_time = get_time();
979 if (my_time < earliest_possible_time_of_next_snapshot) {
1009 take_snapshot(snapshot, kind, my_time, is_detailed);
1055 earliest_possible_time_of_next_snapshot = my_time + min_time_interval;