summaryrefslogtreecommitdiff
path: root/gpsprof
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* gps.py can parse O responses now. gpsprof works again.Eric S. Raymond2005-03-241-1/+1
|
* Sentence length and tag reporting is now done by the driver.Eric S. Raymond2005-03-221-2/+2
|
* Oops, fix the plot ratio setting.Eric S. Raymond2005-03-221-1/+1
|
* Spatial scattegram plotting moves from gpsprobe to gpsprof.Eric S. Raymond2005-02-241-43/+103
|
* Refactored so we can move spatial profiling here.Eric S. Raymond2005-02-231-58/+69
|
* Implemented the I command.Eric S. Raymond2005-02-231-13/+22
|
* Handle KeyboardInterrupt gracefully.Eric S. Raymond2005-02-221-87/+91
|
* Format the progress message slightly better.Eric S. Raymond2005-02-211-4/+5
|
* Make gpsprof notify when it gets first fix.Eric S. Raymond2005-02-201-1/+3
|
* Added gsprof -m option.Eric S. Raymond2005-02-171-9/+14
|
* Measure RS232 transmission time rather than deducing it.Eric S. Raymond2005-02-171-9/+7
|
* Add explanatory headers to generated plot data.Eric S. Raymond2005-02-161-1/+6
|
* All three plot formats are working again.Eric S. Raymond2005-02-161-3/+3
|
* Include lengths in raw plot data for sanity-checking purposes.Eric S. Raymond2005-02-161-13/+14
|
* OK, rawplot seems to work now.Eric S. Raymond2005-02-161-9/+11
|