Skip to content

Commit 7fe0bee

Browse files
authored
Profile also calls to non-Julia functions
1 parent 91dba19 commit 7fe0bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_free_ocean_climate_simulation.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ macro gbprofile(name::String, expr::Expr)
2424
println(s, "# Showing profile of")
2525
println(s, "# ", $(string(expr)))
2626
println(s, "# at ", $(string(__source__)))
27-
$(Profile.print)(IOContext(s, :displaysize => (48, 1000)))
27+
$(Profile.print)(IOContext(s, :displaysize => (48, 1000)); C=true)
2828
end
2929
$(Profile.clear)()
3030
out

0 commit comments

Comments
 (0)