Updated gitignore and added spatz utilities

This commit is contained in:
dario
2024-06-27 16:29:30 +02:00
committed by dario
parent 9eddbaa30f
commit fe3e5d38e4
5 changed files with 112 additions and 3 deletions

View File

@@ -5,8 +5,8 @@
* Author: Dario
*/
#ifndef STA_DEBUGGING_PROFILING_HPP
#define STA_DEBUGGING_PROFILING_HPP
#ifndef STA_CORE_PROFILE_HPP
#define STA_CORE_PROFILE_HPP
#include <sta/debug/debug.hpp>
@@ -44,4 +44,4 @@ namespace sta
#endif // // STA_PROFILING_ENABLED
#endif // STA_DEBUGGING_PROFILING_HPP
#endif // STA_CORE_PROFILE_HPP