Home
last modified time | relevance | path

Searched refs:n_skipped_snapshots_since_last_snapshot (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/main/massif/
Dms_main.c1392 static Int n_skipped_snapshots_since_last_snapshot = 0; in maybe_take_snapshot() local
1405 n_skipped_snapshots_since_last_snapshot++; in maybe_take_snapshot()
1464 if (n_skipped_snapshots_since_last_snapshot > 0) { in maybe_take_snapshot()
1466 n_skipped_snapshots_since_last_snapshot, in maybe_take_snapshot()
1467 ( 1 == n_skipped_snapshots_since_last_snapshot ? "" : "s") ); in maybe_take_snapshot()
1470 n_skipped_snapshots_since_last_snapshot = 0; in maybe_take_snapshot()