summaryrefslogtreecommitdiff
path: root/gps/fake.py
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-09-20 22:52:57 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-09-20 22:52:57 -0400
commita6f1d32121b7ce8b4cb9485f238eb62f23b75c7e (patch)
tree5fba20ea0ee790ac3b9373a237856c89bf4f9152 /gps/fake.py
parente9034a445991b1fdceb6d536f5415b320c049e6a (diff)
downloadgpsd-a6f1d32121b7ce8b4cb9485f238eb62f23b75c7e.tar.gz
Remove the old latency-profiling machinery.
It hasn't actually worked since we switched protocols to JSON. This diff puts the framework in place for new machinery using timing attributes in the TPV sentence.
Diffstat (limited to 'gps/fake.py')
-rw-r--r--gps/fake.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gps/fake.py b/gps/fake.py
index 182529a5..7843fed6 100644
--- a/gps/fake.py
+++ b/gps/fake.py
@@ -495,8 +495,6 @@ class TestSession:
self.progress("gpsfake: gather(%d)\n" % seconds)
#mark = time.time()
time.sleep(seconds)
- #if self.timings.c_recv_time <= mark:
- # TestSessionError("no sentences received\n")
def cleanup(self):
"We're done, kill the daemon."
self.progress("gpsfake: cleanup()\n")