You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
status =ccall(:jl_profile_init, Cint, (Csize_t, Uint64), n, iround(10^9*delay))
26
37
if status ==-1
@@ -108,7 +119,7 @@ function fetch()
108
119
len =len_data()
109
120
maxlen =maxlen_data()
110
121
if (len == maxlen)
111
-
warn("The profile data buffer is full; profiling probably terminated\nbefore your program finished. To profile for longer runs, call Profile.init()\nwith a larger buffer and/or larger delay.")
122
+
warn("The profile data buffer is full; profiling probably terminated\nbefore your program finished. To profile for longer runs, call Profile.init\nwith a larger buffer and/or larger delay.")
0 commit comments