Skip to content

Commit

Permalink
add license notice to files under src/
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Jan 19, 2018
1 parent d8f0f25 commit 4846b04
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BenchmarkTools.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file is a part of BenchmarkTools.jl. License is MIT

__precompile__()

module BenchmarkTools
Expand Down
2 changes: 2 additions & 0 deletions src/execution.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file is a part of BenchmarkTools.jl. License is MIT

# Trigger several successive GC sweeps. This is more comprehensive than running just a
# single sweep, since freeable objects may need more than one sweep to be appropriately
# marked and freed.
Expand Down
2 changes: 2 additions & 0 deletions src/groups.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file is a part of BenchmarkTools.jl. License is MIT

##################
# BenchmarkGroup #
##################
Expand Down
2 changes: 2 additions & 0 deletions src/parameters.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file is a part of BenchmarkTools.jl. License is MIT

# most machines will be higher resolution than this, but we're playing it safe
const RESOLUTION = 1000 # 1 μs = 1000 ns

Expand Down
2 changes: 2 additions & 0 deletions src/serialization.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file is a part of BenchmarkTools.jl. License is MIT

if VERSION >= v"0.7.0-DEV.2437"
using Base.Meta: parse
end
Expand Down
2 changes: 2 additions & 0 deletions src/trials.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file is a part of BenchmarkTools.jl. License is MIT

#########
# Trial #
#########
Expand Down

0 comments on commit 4846b04

Please sign in to comment.