From 58cc51d80a94d4b79c9dfee765453924c7e7b35d Mon Sep 17 00:00:00 2001 From: Patrick Lipka Date: Thu, 7 Aug 2025 17:09:43 +0200 Subject: [PATCH] fixed typo --- src/rvprof_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rvprof_internal.h b/src/rvprof_internal.h index 42b5446..9462e69 100644 --- a/src/rvprof_internal.h +++ b/src/rvprof_internal.h @@ -119,7 +119,7 @@ typedef struct{ FILE* output_file; // statistics - uint64_t total_program_tiem; + uint64_t total_program_time; uint64_t total_program_cycles; size_t total_memory_allocated; } rvprof_context_t;