21#ifndef SAYONARA_PLAYER_MEASUREAPP_H
22#define SAYONARA_PLAYER_MEASUREAPP_H
24#include "Utils/Pimpl.h"
37 MeasureApp(
const QString& component, QElapsedTimer* timer);
46 QElapsedTimer* startMeasure();
47 void measure(
const QString& component, QElapsedTimer* timer, std::function<
void(
void)>&& task);
Definition MeasureApp.h:33
Helper functions.
Definition MetaTypeRegistry.h:25