summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-09-21 00:28:13 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-09-21 00:28:13 -0400
commitefdcc5da401feb3dbf5932932e60ff47a5b560e9 (patch)
treeb99964a2ad2cdbf71a19ff8a5ec4d82df4d3f4e6 /gpsprof
parenta6f1d32121b7ce8b4cb9485f238eb62f23b75c7e (diff)
downloadgpsd-efdcc5da401feb3dbf5932932e60ff47a5b560e9.tar.gz
Make the 'uninstrumented' plot work again.
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpsprof b/gpsprof
index e688cac1..54b27f13 100755
--- a/gpsprof
+++ b/gpsprof
@@ -156,7 +156,7 @@ class uninstrumented:
self.stats = []
def gather(self, session):
if session.fix.time:
- seconds = time.time() - session.fix.time
+ seconds = time.time() - gps.misc.isotime(session.data.time)
self.stats.append(seconds)
return True
else:
@@ -235,7 +235,7 @@ def plotframe(await, fname, speed, threshold, title):
sys.exit(1)
baton.twirl()
if session.data["class"] == "WATCH":
- if "timing" in options and not session.data.get("timing"):
+ if "timing" in options and not session.data.get("xmit_time"):
sys.stderr.write("gpsprof: timing is not enabled.\n")
sys.exit(1)
# We can get some funky artifacts at start of session