fc1f5ce2bc
Fixed panic, added some tests
2015-10-31 16:16:27 -07:00
1c4f1a6f95
added sparkline
...
the testing is very weak and I can get it to panic.
2015-10-28 21:46:20 -07:00
8652695f3b
fixed test
...
this test missed updating when we changed the New* api
2015-10-19 22:51:17 -07:00
d8a8452961
Added NewPrecise and changed New to be simpler
2015-10-04 15:47:24 -07:00
fd030fd6b2
renamed files to match package name
2015-10-03 19:01:02 -07:00
561fc4300f
don't show docs for human
2015-09-30 23:15:57 -07:00
60d7f3a1f3
attempt to fix pkg doc
2015-09-30 23:15:57 -07:00
0dbc9d1d15
fxed readme
2015-09-30 23:15:57 -07:00
16519f1bcf
fixed author name
2015-09-30 23:15:57 -07:00
9ea22e394e
Added HumanRate
2015-09-30 23:15:53 -07:00
a23ebdb44b
further simplified implementation
2015-09-30 22:57:14 -07:00
9c20a7ff0e
added docs
2015-09-30 11:07:12 -07:00
0ad73b982e
bandwidth -> bps, and behavior change
...
- bps.BPS only keeps track of rates of a single rate
- bps.BPS implements io.Writer
- removed chan semantics, interact via .Add or .Write
- fleshed out docs
2015-09-29 23:38:14 -07:00
9afe8cd2ae
removed false documentation about memory leak.
2015-09-26 00:24:50 -07:00
cfbee089a2
removed hgignore file
2015-09-26 00:23:43 -07:00
26f4585249
changed license
2015-06-22 19:32:30 -07:00
6092272775
updated docs for leaky memory
2015-04-12 21:18:07 -07:00
f161a60e37
Fixed the memory leaks using circular buffer.
2014-03-08 18:07:43 -08:00
4f912b29ba
just a test of branching semantics
2014-03-08 14:40:21 -08:00
d8bc9f8b1d
stored the current second's bw numbers
2014-03-08 12:46:25 -08:00
bb8ce3c1ea
Started down a different path; using a circular buffer instead.
...
After talks on #go-nuts, it seems as though I should look into using something
like the following:
https://github.com/cespare/goproc/tree/master/nwstat
And this makes sense. I have trimmed out the old tests and rearranged some code
here.
2014-03-08 00:45:55 -08:00
c33a5561bb
Evacuate data appropriately
...
this breaks the tests; tests need to not rely on some weird date in the past.
2014-03-03 23:14:15 -08:00
63547f2d37
Forgot to close some chans
2014-03-03 22:59:50 -08:00
21b3c6b9e9
started readme
2014-03-02 23:10:16 -08:00
c465ab2c91
added license
2014-03-02 23:10:11 -08:00
adbdc7abe6
Added docs
2014-03-02 23:03:00 -08:00
ae82433a8f
demote NewStream
2014-03-02 22:47:28 -08:00
ecace73aed
added files from hackerbots
2014-03-02 22:44:09 -08:00