summaryrefslogtreecommitdiff
path: root/gpsprof
Commit message (Expand)AuthorAgeFilesLines
...
* In gpsprof, put CEP on top of the individual fixes.Gary E. Miller2010-04-221-2/+2
* Patch to make gpsprof use the same -D as the other gpsd helper programs. Gary E. Miller2010-04-211-4/+5
* Document gpsprof -v, allow > 1 level of verbosity with -vv and -vvvv. Gary E. Miller2010-04-211-3/+3
* 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
* 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
* 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
* 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
* Better description of new Python API. Eric S. Raymond2009-09-241-4/+6
* Rebuild regressions...Eric S. Raymond2006-11-101-2/+4
* 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
* Undo bad change. 1/0 is not a math operation, it is a plot command.Gary E. Miller2005-08-031-1/+1
* gpsprof with altitude works again on garmin GPS 18USB. Gary E. Miller2005-08-031-1/+1
* gpsprof seems rather broken.Eric S. Raymond2005-08-021-23/+23
* 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
* Without the trailing newline spaceplot never generated any plot w/o altitudes.Gary E. Miller2005-03-281-0/+2
* 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
* gpsprof: spaceplot shows altitude as an offset from average, instead of an ab...Gary E. Miller2005-03-261-2/+5
* gpsprof: spaceplot now has altitude on the right side of the plot...Gary E. Miller2005-03-261-2/+12
* gpsprof: first cut at adding Altitude to gpsprof spaceplot.Gary E. Miller2005-03-261-1/+4
* 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
* 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
* 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