perfc 0.11.0
Loading...
Searching...
No Matches
perfc.hpp
Go to the documentation of this file.
1/**
2 * @file
3 * @ingroup perfc
4 * @copyright (c) Copyright ESO 2024
5 * All Rights Reserved
6 * ESO (eso.org) is an Intergovernmental Organisation, and therefore special legal conditions apply.
7 *
8 * @brief Convenience header that includes all perfc headers.
9 */
10#ifndef PERFC_PERFC_HPP_
11#define PERFC_PERFC_HPP_
12#include <perfc/counter.hpp>
13#include <perfc/register.hpp>
14#endif // #ifndef PERFC_PERFC_HPP_
Performance counter implementation.
Implementation of the counter register perfc::Register.