Skip to content

Conversation

@JeffBezanson
Copy link
Member

Base exports roughly 9 identifiers related to timing code, which I think is quite a lot, especially when BenchmarkTools.jl offers better functionality. So I think these are pretty redundant and can be removed.

@JeffBezanson JeffBezanson added the deprecation This change introduces or involves a deprecation label Sep 19, 2017
@JeffBezanson JeffBezanson merged commit 1b02338 into master Sep 20, 2017
@JeffBezanson JeffBezanson deleted the jb/fix17046 branch September 20, 2017 15:21
@giordano
Copy link
Member

giordano commented Sep 21, 2017

If @belapsed from BenchmarkTools.jl worked at all in Julia master that would be useful, yes. Unfortunately, it's currently broken. (Well, besides that issue, most of the package is currently broken on Julia master.)

@KristofferC
Copy link
Member

KristofferC commented Sep 21, 2017

As a workaround, you can use

b = @benchmarkable 1+1
tune!(b)
run(b)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deprecation This change introduces or involves a deprecation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants