fixed typo
This commit is contained in:
parent
0b85b65739
commit
58cc51d80a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue