Skip to content

Commit 45d5ad2

Browse files
committed
docstrings and readme changes
1 parent 0e1a373 commit 45d5ad2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,22 @@ julia-0.6> tok()
5151
287.841546621
5252
```
5353

54-
You should not:
54+
- see how long your computer has been running for:
55+
56+
```
57+
julia-0.6> lap()
58+
INFO: 1.302200135485876e6s: (2 weeks, 1 day, 1 hour, 43 minutes, 20 seconds, 135 milliseconds)
59+
```
60+
61+
You should *not* use this package to:
5562

5663
- measure performance of Julia code
5764

5865
- do benchmarking of Julia code
5966

6067
## Acknowledgements
6168

62-
Some of this code used to live in Julia Base in the `tic()`, `toc()`, and `toq()` functions (in base/util.jl). They were deprecated in GitHub issue [17046](https://github.com/JuliaLang/julia/issues/17046).
69+
Some of this code used to live in Julia Base in the `tic()`, `toc()`, and `toq()` functions
70+
(in base/util.jl). They were deprecated in GitHub issue [17046](https://github.com/JuliaLang/julia/issues/17046).
6371

6472
[![Travis](https://travis-ci.org/cormullion/TickTock.jl.svg?branch=master)](https://travis-ci.org/cormullion/TickTock.jl) [![Appveyor](https://ci.appveyor.com/api/projects/status/j4w1iwued4ojsfm6/branch/master?svg=true)](https://ci.appveyor.com/project/cormullion/ticktock-jl/branch/master) [![Coverage Status](https://coveralls.io/repos/github/cormullion/TickTock.jl/badge.svg?branch=master)](https://coveralls.io/github/cormullion/TickTock.jl?branch=master) [![codecov.io](http://codecov.io/github/cormullion/TickTock.jl/coverage.svg?branch=master)](http://codecov.io/github/cormullion/TickTock.jl?branch=master)

0 commit comments

Comments
 (0)