We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jl_timing_data
1 parent e3a8ba2 commit 1cda795Copy full SHA for 1cda795
src/timing.c
@@ -18,7 +18,7 @@ extern "C" {
18
#endif
19
20
static uint64_t t0;
21
-uint64_t jl_timing_data[(int)JL_TIMING_LAST] = {0};
+JL_DLLEXPORT uint64_t jl_timing_data[(int)JL_TIMING_LAST] = {0};
22
const char *jl_timing_names[(int)JL_TIMING_LAST] =
23
{
24
#define X(name) #name
0 commit comments