Esempio n. 1
0
void update(const chrono::time_point& timestamp) {
	dump_time.update_statistics(timestamp);
}
Esempio n. 2
0
void update(const chrono::time_point& timestamp) {
	size.update_statistics(timestamp);
	process_time.update_statistics(timestamp);
}