Skip to content

Commit d9d26e2

Browse files
committed
Export pstats macro
1 parent 4a5f890 commit d9d26e2

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
@@ -612,4 +612,4 @@ macro pstats(args...)
612612
end
613613
end
614614

615-
end
615+
end

0 commit comments

Comments
 (0)