Skip to content

Commit

Permalink
Rework to InferenceTriggers
Browse files Browse the repository at this point in the history
A key insight is that time is irrelevant, it's more the number of
times that you get an inference trigger per callsite that matters.
  • Loading branch information
timholy committed Dec 19, 2020
1 parent 06b3615 commit f5873ad
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 172 deletions.
2 changes: 1 addition & 1 deletion src/SnoopCompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ end
if isdefined(SnoopCompileCore, Symbol("@snoopi_deep"))
include("parcel_snoopi_deep.jl")
export @snoopi_deep, flamegraph, flatten_times, accumulate_by_source, runtime_inferencetime
export inference_breaks, collect_callerinstances, callingframe
export inference_triggers, callerinstance, callingframe
end

if isdefined(SnoopCompileCore, Symbol("@snoopl"))
Expand Down
Loading

0 comments on commit f5873ad

Please sign in to comment.