projects
/
pubbin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bb631e
)
increase valid name width
author
Dan White
<dan@whiteaudio.com>
Thu, 12 Apr 2018 19:06:36 +0000
(14:06 -0500)
committer
Dan White
<dan@whiteaudio.com>
Thu, 12 Apr 2018 19:06:36 +0000
(14:06 -0500)
TimeSampleHistogram
patch
|
blob
|
history
diff --git
a/TimeSampleHistogram
b/TimeSampleHistogram
index 572c9d421f8e27d506781c03b29df9ca851a96a2..05a4262e98646415ad84ee74852ed4c94a396448 100755
(executable)
--- a/
TimeSampleHistogram
+++ b/
TimeSampleHistogram
@@
-18,8
+18,8
@@
from math import floor, log10
#import pylab
-MAX_NAME_LEN = 15
PRINT_WIDTH = 80
+MAX_NAME_LEN = 30
RE_SAMPLE = re.compile(r'^(?P<year>\d\d\d\d)-(?P<month>\d\d)-(?P<day>\d\d) (?P<hour>\d\d):(?P<minute>\d\d)\s+(?P<text>.*)$')