- Timestamp:
- Sep 15, 2008 10:52:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/PerformanceImpl.cpp
r12455 r12456 473 473 474 474 /* Finally, collect the data */ 475 std::for_each ( m.baseMetrics.begin(), m.baseMetrics.end(),475 std::for_each (toBeCollected.begin(), toBeCollected.end(), 476 476 std::mem_fun (&pm::BaseMetric::collect)); 477 477 Log4(("{%p} " LOG_FN_FMT ": LEAVE\n", this, __PRETTY_FUNCTION__));
Note:
See TracChangeset
for help on using the changeset viewer.