Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 01a59f39 authored by NICOLAS Brieuc's avatar NICOLAS Brieuc
Browse files

fix runtime include formating

parent d4f8c579
No related branches found
No related tags found
1 merge request!528fix runtime include formatting
......@@ -700,8 +700,8 @@ void RUNTIME_schedprofile_display ();
void RUNTIME_kernelprofile_display();
double RUNTIME_get_time();
void RUNTIME_iteration_push (CHAM_context_t*, unsigned long iteration);
void RUNTIME_iteration_pop (CHAM_context_t*);
void RUNTIME_iteration_push (CHAM_context_t *ctxt, unsigned long iteration);
void RUNTIME_iteration_pop (CHAM_context_t *ctxt);
void RUNTIME_start_profiling();
void RUNTIME_stop_profiling();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment