diff options
| author | Filip Wandzio <contact@philw.dev> | 2026-03-01 01:03:39 +0100 |
|---|---|---|
| committer | Filip Wandzio <contact@philw.dev> | 2026-03-01 01:03:39 +0100 |
| commit | bf0d77d7d448e964e9716d5af67c48f3d014f090 (patch) | |
| tree | e55f1e91a8c20cd737dfb01dc12a954c25711e01 /benchmark/resource_usage.h | |
| download | embedded_guardian-bf0d77d7d448e964e9716d5af67c48f3d014f090.tar.gz embedded_guardian-bf0d77d7d448e964e9716d5af67c48f3d014f090.zip | |
Scaffold basic project tree, implement benchmarking logic
Implement unit testing guardian
Diffstat (limited to 'benchmark/resource_usage.h')
| -rw-r--r-- | benchmark/resource_usage.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/benchmark/resource_usage.h b/benchmark/resource_usage.h new file mode 100644 index 0000000..7e2015c --- /dev/null +++ b/benchmark/resource_usage.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #pragma once | ||
| 2 | /** | ||
| 3 | * | ||
| 4 | * @param label | ||
| 5 | */ | ||
| 6 | void print_resource_usage(const char *label); | ||
