Skip to content

Commit

Permalink
remove hardcoded timer name
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Aug 6, 2019
1 parent 24addf9 commit 2400bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clib/pioc_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ int
pio_stop_timer(const char *name)
{
#ifdef TIMING
GPTLstop("PIO:rearrange_comp2io");
GPTLstop(name);
#endif /* TIMING */
return PIO_NOERR;
}
Expand Down

0 comments on commit 2400bcc

Please sign in to comment.