Skip to content

Commit

Permalink
Add plot formats
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtran committed Jan 3, 2025
1 parent 4febf14 commit 93e40c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion public/TracyClient.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ module tracy
& c_size_t, c_int8_t, c_int16_t, c_int32_t, c_int64_t, c_int, c_float, c_double, c_null_ptr
implicit none
private
! skipped: TracyPlotFormatEnum

integer(c_int32_t), parameter, public :: TRACY_PLOTFORMAT_NUMBER = 0
integer(c_int32_t), parameter, public :: TRACY_PLOTFORMAT_MEMORY = 1
integer(c_int32_t), parameter, public :: TRACY_PLOTFORMAT_PERCENTAGE = 2
integer(c_int32_t), parameter, public :: TRACY_PLOTFORMAT_WATT = 3

interface
subroutine impl_tracy_set_thread_name(name) bind(C, name="___tracy_set_thread_name")
import
Expand Down

0 comments on commit 93e40c7

Please sign in to comment.