summaryrefslogtreecommitdiff
path: root/gpsprof
Commit message (Collapse)AuthorAgeFilesLines
...
* In gpsprof, put CEP on top of the individual fixes.Gary E. Miller2010-04-221-2/+2
| | | | | That way when plotting a large number of fixes the CEP does not get covered up.
* Patch to make gpsprof use the same -D as the other gpsd helper programs. Gary E. Miller2010-04-211-4/+5
| | | | | | With man page update. Signed-off-by: Gary E. Miller <gem@rellim.com>
* Document gpsprof -v, allow > 1 level of verbosity with -vv and -vvvv. Gary E. Miller2010-04-211-3/+3
| | | | | Probably should use the -D X syntax but my Python is not that good.
* Use setup.py to handle the Python shebangs.Bernd Zeimetz2010-04-201-0/+487
|
* Substitute $PYTHON instead of assuming 'python' is python. Greg Troxel2009-12-021-481/+0
| | | | Now 'make check' runs on NetbSD, and $(prefix)/bin/gpsfake works.
* Fix typo in commentGary E. Miller2009-11-111-1/+1
|
* Add comment and remove redundant else.Gary E. Miller2009-11-111-6/+6
|
* gpsprof is fully working with the new protocol.Eric S. Raymond2009-09-291-20/+15
| | | | All regression test pass. Codebase splints clean.
* The raw plot works now.Eric S. Raymond2009-09-291-18/+17
|
* Raw plotting works.Eric S. Raymond2009-09-291-17/+16
|
* Rip out most of the old profiling support.Eric S. Raymond2009-09-291-1/+4
| | | | | Replace it with a new, lighter- weight version that can be configured out.
* Uninstrumented plot now works.Eric S. Raymond2009-09-291-1/+7
|
* Spaceplot function of gpsprof works with new protocol.Eric S. Raymond2009-09-281-43/+58
|
* More virtuous code removal.Eric S. Raymond2009-09-271-8/+4
| | | | | | There's no longer any need to collect poll-time statistics, as clients won't poll any more. All regression tests pass. Codebase splints clean.
* Better description of new Python API. Eric S. Raymond2009-09-241-4/+6
| | | | | query() is really gone; add a resulting to-do item. Codebase splints clean, all regression tests pass.
* Rebuild regressions...Eric S. Raymond2006-11-101-2/+4
| | | | | | | | ...because the way modes and error estimates are reported has legitimately changed. Also, make gpsfake and gpsprof less noisy when their output is going to a file rather than a tty.
* Make it clearer that gpsprof is importing a non-system module.Eric S. Raymond2006-10-251-1/+2
|
* Remove description of unsupported command-line options...Bill Marr2006-05-211-2/+2
| | | | ...('-r' and '-o file') from help ('-h') output.
* Undo bad change. 1/0 is not a math operation, it is a plot command.Gary E. Miller2005-08-031-1/+1
| | | | So replacing 1/0 with Inf is a syntax error.
* gpsprof with altitude works again on garmin GPS 18USB. Gary E. Miller2005-08-031-1/+1
| | | | | NaN is problematic in Python, use PosInf instead until isnan is in the standard Python library.
* gpsprof seems rather broken.Eric S. Raymond2005-08-021-23/+23
| | | | | The spatial-scatter plot works OK but no longer plots altitude. Latency profiling is completely hosed.
* gpsprof: removed code that should never have been commited. Sorry.Gary E. Miller2005-03-301-1/+0
|
* Garmin: restore GSV. This is needed for gpsdrive, etc.Gary E. Miller2005-03-301-0/+1
|
* Cycle timing moved into gpsprof.Eric S. Raymond2005-03-301-2/+79
|
* gpsprof -r option is gone.Eric S. Raymond2005-03-291-3/+1
|
* Fix range bug in split-plot generation.Eric S. Raymond2005-03-291-1/+1
|
* Plot programs are now emitted to stdout. The split plot is still buggy.Eric S. Raymond2005-03-291-75/+61
|
* All the report generators for the plotters are refactored to emit strings.Eric S. Raymond2005-03-291-40/+42
|
* Split data into header + data, preparatory to using -e.Eric S. Raymond2005-03-291-75/+78
|
* Typo fix.Eric S. Raymond2005-03-291-1/+1
|
* Restored uninstrumented plot, with explanation.Eric S. Raymond2005-03-291-2/+34
|
* Everything except splitplot works now.Eric S. Raymond2005-03-291-68/+39
|
* spaceplot now adds the plot command to the plot file as a comment.Gary E. Miller2005-03-281-1/+7
| | | | That makes it easy to rerun the plot.
* Without the trailing newline spaceplot never generated any plot w/o altitudes.Gary E. Miller2005-03-281-0/+2
| | | | Testing on EC-10X which dumps no altitude.
* get the comma in the right place if no altitude.Gary E. Miller2005-03-271-2/+2
|
* More generalized timestamping.Eric S. Raymond2005-03-271-2/+2
|
* Clean up pure 2D-mode plotting some more.Eric S. Raymond2005-03-261-4/+4
|
* Teach gpsprof to handle the case where altitudes aren't available.Eric S. Raymond2005-03-261-4/+9
|
* Add a sentence_time member...Eric S. Raymond2005-03-261-2/+2
| | | | ...so sentences can have associated timestamps even when they're not fixes.
* gpsprof: spaceplot shows altitude as an offset from average, instead of an ↵Gary E. Miller2005-03-261-2/+5
| | | | absolute.
* gpsprof: spaceplot now has altitude on the right side of the plot...Gary E. Miller2005-03-261-2/+12
| | | | ...and average altitiude displayed.
* gpsprof: first cut at adding Altitude to gpsprof spaceplot.Gary E. Miller2005-03-261-1/+4
| | | | It works but not finished visually.
* Dang those pesky 1-character transpositions!Eric S. Raymond2005-03-251-2/+3
|
* Gary Miler's request -- data file generated for spatial plot now includesEric S. Raymond2005-03-251-6/+7
| | | | altitude.
* Split profiling works again.Eric S. Raymond2005-03-251-48/+58
|
* Reduce the burden on drivers by doing fix copying for them.Eric S. Raymond2005-03-251-5/+1
| | | | Also, fix a minor bug in PRWIZCH computation.
* Refactor profiling so that profile statistics are their own class.Eric S. Raymond2005-03-251-21/+21
|
* Latency profiling work better now, but splitplot is still broken.Eric S. Raymond2005-03-251-23/+37
|
* Latency profiling is broken. Change the gpsprof default to spatial profiling.Eric S. Raymond2005-03-241-1/+1
|
* Raise the precision of 'o' reports...Eric S. Raymond2005-03-241-2/+4
| | | | ...high enough so spatial profiling will show something interesting.