perfc 0.12.0
Loading...
Searching...
No Matches
perfc.hpp
Go to the documentation of this file.
1/**
2 * @file
3 * @ingroup perfc
4 * @brief Convenience header that includes all perfc headers.
5 * @copyright
6 * SPDX-FileCopyrightText: 2019-2022 European Southern Observatory (ESO)
7 *
8 * SPDX-License-Identifier: LGPL-3.0-only
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.