summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-03-24 06:52:40 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-03-24 06:52:40 +0000
commitfdfb613afc49539ecae726cefb0ab0782e91210f (patch)
treea5000ac5b9dbfe7a4311fd018bb52f01368c6318 /gpsprof
parent40e7d3e834ce92e355bbda95674402ed8d5211d8 (diff)
downloadgpsd-fdfb613afc49539ecae726cefb0ab0782e91210f.tar.gz
Latency profiling is broken. Change the gpsprof default to spatial profiling.
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsprof b/gpsprof
index 9a47ff0f..0b6d3b95 100755
--- a/gpsprof
+++ b/gpsprof
@@ -299,7 +299,7 @@ def plotframe(await, fname, file, speed, threshold, title):
if __name__ == '__main__':
try:
(options, arguments) = getopt.getopt(sys.argv[1:], "f:hm:n:o:rs:t:T:")
- formatter = "split"
+ formatter = "space"
raw = False
file = None
speed = 0