We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91dba19 commit 7fe0beeCopy full SHA for 7fe0bee
src/data_free_ocean_climate_simulation.jl
@@ -24,7 +24,7 @@ macro gbprofile(name::String, expr::Expr)
24
println(s, "# Showing profile of")
25
println(s, "# ", $(string(expr)))
26
println(s, "# at ", $(string(__source__)))
27
- $(Profile.print)(IOContext(s, :displaysize => (48, 1000)))
+ $(Profile.print)(IOContext(s, :displaysize => (48, 1000)); C=true)
28
end
29
$(Profile.clear)()
30
out
0 commit comments