Skip to content

Commit

Permalink
Delete profiling files after using them
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwitt committed Oct 18, 2016
1 parent c9767d5 commit 99c79ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/effi.erl
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ when is_tuple( Lam ),
{error, _R1} -> <<>>;
{ok, X} -> X
end,
% delete the profiling file
file:delete( effi_profiling:out_file( Prof ) ),

% generate summary
{finished, get_summary( Lam, Fa, R, RMap, Out, Tstart, Tdur,
Expand Down

0 comments on commit 99c79ce

Please sign in to comment.