1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/* ------------------------------------------- Copyright (C) 2025, Amlal El Mahrouss, all rights reserved. ------------------------------------------- */ #ifndef BENCHKIT_CHRONO_H #define BENCHKIT_CHRONO_H #include <NewKit/Defines.h> namespace Kernel { class ChronoInterface; } // namespace Kernel #endif // BENCHKIT_CHRONO_H