Skip to content

Commit fb4e206

Browse files
committed
Export pstats macro
1 parent d20ed16 commit fb4e206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LinuxPerf.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using Printf
44
using PrettyTables
55
using Formatting
66

7-
export @measure, @measured
7+
export @measure, @measured, @pstats
88
export make_bench, enable!, disable!, reset!, reasonable_defaults, counters
99

1010
import Base: show, length, close
@@ -636,4 +636,4 @@ macro pstats(args...)
636636
end
637637
end
638638

639-
end
639+
end

0 commit comments

Comments
 (0)