summaryrefslogtreecommitdiff
path: root/gpsprof
Commit message (Expand)AuthorAgeFilesLines
* gpsprof: lint does not like mixing types for a variable.Gary E. Miller2017-07-261-1/+1
* gpsprof: accept valid samples only.Robin H. Johnson2017-07-181-3/+5
* Fixes some pylint issues.Fred Wright2017-07-141-1/+2
* gpsprof: pep8 fixesGary E. Miller2017-07-011-33/+76
* Fixes whitespace error in gpsprof.Fred Wright2016-12-261-1/+1
* Now that EarthDistance() works well, use it in gpsprofGary E. Miller2016-07-271-3/+3
* Make gpsplot use the EarthDistanceSmall() from gps/misc.pyGary E. Miller2016-07-261-3/+3
* Move EarthDistanceSmall() into gps/misc.pyGary E. Miller2016-07-251-16/+0
* Add EarthDistanceSmallGary E. Miller2016-07-251-3/+19
* Another gpsprof %.7 to %.9Gary E. Miller2016-07-221-1/+1
* gpsproof can now show centi-meter resolutionGary E. Miller2016-07-211-8/+8
* Missing NL in gpsprof gnuplot output.Gary E. Miller2016-07-211-1/+1
* Stop gpsprof xtic lables from overlapping.Gary E. Miller2016-07-131-0/+1
* Set gpsprof output size to 800,600Gary E. Miller2016-07-131-1/+1
* gpsprof: fix 'instrumented'plotNuno Gonçalves2016-06-141-8/+7
* Plot to %.3f meters.Gary E. Miller2016-04-121-13/+16
* Fixes Python programs to use new-style classes.Fred Wright2016-04-111-2/+2
* Makes "future imports" and Python version comments consistent.Fred Wright2016-04-101-2/+3
* Restore language about 2.6 portability, clean up Python imports.Eric S. Raymond2016-03-271-0/+2
* Fixes gpsprof to work with Python 2.6.Fred Wright2016-03-271-2/+2
* Forward-port gps/ Python client code to run polyglot under Python 2 or 3.Eric S. Raymond2016-03-221-5/+6
* Forward-port Python utilities to run polyglot under either Python 2 or 3.Eric S. Raymond2016-03-221-3/+3
* [pep8] autopep8 whitespace cleanupJon Schlueter2016-02-091-0/+2
* Fix Append to string of serial parametersNuno Gonçalves2015-08-291-1/+1
* In gpsprof, usefully ID a plot for non-serial devices.Eric S. Raymond2015-08-231-4/+9
* Change Python hashbang lines to invoke 'python2'Eric S. Raymond2015-07-191-1/+1
* Clarify units for y axis for the tile delta plotSanjeev Gupta2015-04-051-1/+1
* Comment typo fix.Eric S. Raymond2015-04-051-1/+1
* gpsprof: pylint cleanup. Live-tested.Eric S. Raymond2015-02-221-10/+10
* pep8 whitespace cleanup in gpsprofJon Schlueter2015-02-131-28/+72
* More splint and pylint cleanups.Eric S. Raymond2013-11-151-10/+10
* Fix up gpsprof's dime difference calculation and add a mtching C macro.Eric S. Raymond2013-11-031-1/+1
* gpsprof can now make plots of time deta from PPS.Eric S. Raymond2013-11-021-1/+7
* Generic replotting code.Eric S. Raymond2013-11-021-1/+1
* gpsprof can collect timeplot data, but not yet plot it.Eric S. Raymond2013-11-011-3/+30
* Correct an error message.Eric S. Raymond2013-10-231-1/+1
* Version bump, pychecker fixes and installation-procedure tweaks.Eric S. Raymond2011-10-251-1/+1
* In gpsprof, added [server[:port[:device]]] options.Michael Tatarinov2011-10-121-13/+31
* Add -r option to gpsplot.Eric S. Raymond2011-10-101-14/+33
* Implement SIGUSR1 behavior in gpspprof, and change the way samples are counted.Eric S. Raymond2011-10-081-3/+8
* Clean up some variable names.Eric S. Raymond2011-10-071-4/+4
* Small improvement in profile logging.Eric S. Raymond2011-10-061-2/+3
* New -f option of gpspsprof to save JSON input.Eric S. Raymond2011-10-061-5/+15
* Attempted fix for space plot in gpsprof.Eric S. Raymond2011-10-061-1/+7
* In gpsprof, repair instrumented profile plot after the sat column was added.Michael Tatarinov2011-10-051-1/+1
* Emit a count of used satellites in the extra timing attributes.Eric S. Raymond2011-10-051-3/+4
* GPSes give us at most 1ms of time precision. Don't plot as if we have more.Eric S. Raymond2011-10-041-2/+2
* Fix an error in the whole-cycle visualizations.Eric S. Raymond2011-09-301-1/+1
* Avoid failure on very long gpsprof runs.Eric S. Raymond2011-09-291-2/+2
* Fix bug in data() method for spaceplotting.Eric S. Raymond2011-09-291-9/+8