projects
/
pubbin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8de981a
)
TimeSampleHistogram: ignore log file
author
Dan White
<dan@whiteaudio.com>
Sun, 19 Aug 2018 23:09:06 +0000
(18:09 -0500)
committer
Dan White
<dan@whiteaudio.com>
Sun, 19 Aug 2018 23:09:06 +0000
(18:09 -0500)
TimeSampleHistogram
patch
|
blob
|
history
diff --git
a/TimeSampleHistogram
b/TimeSampleHistogram
index b50bd108995d01a11012d3d6b5460047b9237c50..b32528b6dbfa48e134a20c17ba1a1bd66f7cd074 100755
(executable)
--- a/
TimeSampleHistogram
+++ b/
TimeSampleHistogram
@@
-162,7
+162,8
@@
files = [f for f in os.listdir(os.environ['HOME'])
(f.endswith('.pid')
or f.endswith('.gz')
or f.endswith('.all')
- or f.endswith('.tmp'))]
+ or f.endswith('.tmp')
+ or f.endswith('.log'))]
hist = defaultdict(lambda: 0)
histHier = defaultdict(lambda: 0)