Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix an error in the whole-cycle visualizations. | Eric S. Raymond | 2011-09-30 | 1 | -1/+1 |
| | |||||
* | Avoid failure on very long gpsprof runs. | Eric S. Raymond | 2011-09-29 | 1 | -2/+2 |
| | |||||
* | Fix bug in data() method for spaceplotting. | Eric S. Raymond | 2011-09-29 | 1 | -9/+8 |
| | |||||
* | Add whole-cycle profiling to show vendor binary orotocols don't cut latency. | Eric S. Raymond | 2011-09-24 | 1 | -4/+4 |
| | |||||
* | Change the semantics of gpsprof -d so we can both dump and plot in one run. | Eric S. Raymond | 2011-09-24 | 1 | -14/+18 |
| | |||||
* | Refactor gpsprof to put most plotting machinery in a common base class. | Eric S. Raymond | 2011-09-24 | 1 | -149/+142 |
| | |||||
* | Improved captioning in the plots. | Eric S. Raymond | 2011-09-23 | 1 | -22/+28 |
| | |||||
* | Restore gpsprof's -T option. | Eric S. Raymond | 2011-09-23 | 1 | -4/+9 |
| | |||||
* | If the profiling code isn't compiled in, timing policy bit must be forced off. | Eric S. Raymond | 2011-09-23 | 1 | -1/+1 |
| | |||||
* | Dump (-d) option for gpsprof, and updated documentation. | Eric S. Raymond | 2011-09-22 | 1 | -27/+35 |
| | |||||
* | Add a useful header. | Eric S. Raymond | 2011-09-22 | 1 | -3/+4 |
| | |||||
* | Plot bars in a more useful order. | Eric S. Raymond | 2011-09-22 | 1 | -6/+7 |
| | |||||
* | Profiling can isolate RS232 transmission time. | Eric S. Raymond | 2011-09-22 | 1 | -2/+4 |
| | |||||
* | Refactor so the data method has access to device parameters. | Eric S. Raymond | 2011-09-22 | 1 | -7/+7 |
| | |||||
* | Prfile numbers now include a per-cycle chracter count. | Eric S. Raymond | 2011-09-22 | 1 | -3/+4 |
| | |||||
* | Describe the latency components. | Eric S. Raymond | 2011-09-21 | 1 | -8/+15 |
| | |||||
* | Refactor the raw plot to make adding new numbers easier. | Eric S. Raymond | 2011-09-21 | 1 | -6/+6 |
| | |||||
* | Add decode time to the profiling. | Eric S. Raymond | 2011-09-21 | 1 | -5/+7 |
| | |||||
* | Polis h the profiling code. | Eric S. Raymond | 2011-09-21 | 1 | -2/+2 |
| | |||||
* | Restore raw plot capability. | Eric S. Raymond | 2011-09-21 | 1 | -2/+41 |
| | |||||
* | More conversion to the new Python interface. | Eric S. Raymond | 2011-09-21 | 1 | -2/+2 |
| | |||||
* | Fix the gpsprof device query to work with the new Python interface. | Eric S. Raymond | 2011-09-21 | 1 | -29/+18 |
| | |||||
* | Make the 'uninstrumented' plot work again. | Eric S. Raymond | 2011-09-21 | 1 | -2/+2 |
| | |||||
* | Remove the old latency-profiling machinery. | Eric S. Raymond | 2011-09-20 | 1 | -200/+2 |
| | | | | | | 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. | ||||
* | gpsprof is pychecker clean. | Eric S. Raymond | 2011-08-23 | 1 | -13/+11 |
| | |||||
* | Proposed improvement of gpsprof | Oliver Kurz | 2011-04-04 | 1 | -6/+13 |
| | | | | | | | | | | | | | | | I used the "gpsprof" tool in conjunction with "gpsfake" to produce some great looking scatter plots. While working with log files including thousands of samples I recognized that the result is not looking good. The CEP circle is covered and the plot looks quite crowded. I propose a simple patch to gpsprof which adds three things: - Use "dots" instead of "points" when there are more than 1000 samples - Plot the CEP circle after the sample points, not before - Also plot 95 and 99% plot Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | ||||
* | Corrected bad reference to RS3232 in gpsprof | Jon Schlueter | 2011-03-05 | 1 | -1/+1 |
| | |||||
* | Fix tracker bug #17832. | Eric S. Raymond | 2011-01-25 | 1 | -1/+1 |
| | |||||
* | The raw_hook mwember and set_raw_hook are gone; client API cleanup is done. | Eric S. Raymond | 2011-01-25 | 1 | -1/+0 |
| | |||||
* | Remove some unnecessary and broken code. | Eric S. Raymond | 2010-12-16 | 1 | -5/+0 |
| | |||||
* | Fixing several Python identation errors. | Bernd Zeimetz | 2010-08-29 | 1 | -1/+1 |
| | |||||
* | Carry through and document the poll() -> read() change. | Eric S. Raymond | 2010-07-14 | 1 | -4/+4 |
| | |||||
* | Revert last patch on layering of plot data. | Gary E. Miller | 2010-04-22 | 1 | -3/+9 |
| | | | | | Add EP (50%) of altitude data. My Python is pathetic, feel free to improve. | ||||
* | In gpsprof, put CEP on top of the individual fixes. | Gary E. Miller | 2010-04-22 | 1 | -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. Miller | 2010-04-21 | 1 | -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. Miller | 2010-04-21 | 1 | -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 Zeimetz | 2010-04-20 | 1 | -0/+487 |
| | |||||
* | Substitute $PYTHON instead of assuming 'python' is python. | Greg Troxel | 2009-12-02 | 1 | -481/+0 |
| | | | | Now 'make check' runs on NetbSD, and $(prefix)/bin/gpsfake works. | ||||
* | Fix typo in comment | Gary E. Miller | 2009-11-11 | 1 | -1/+1 |
| | |||||
* | Add comment and remove redundant else. | Gary E. Miller | 2009-11-11 | 1 | -6/+6 |
| | |||||
* | gpsprof is fully working with the new protocol. | Eric S. Raymond | 2009-09-29 | 1 | -20/+15 |
| | | | | All regression test pass. Codebase splints clean. | ||||
* | The raw plot works now. | Eric S. Raymond | 2009-09-29 | 1 | -18/+17 |
| | |||||
* | Raw plotting works. | Eric S. Raymond | 2009-09-29 | 1 | -17/+16 |
| | |||||
* | Rip out most of the old profiling support. | Eric S. Raymond | 2009-09-29 | 1 | -1/+4 |
| | | | | | Replace it with a new, lighter- weight version that can be configured out. | ||||
* | Uninstrumented plot now works. | Eric S. Raymond | 2009-09-29 | 1 | -1/+7 |
| | |||||
* | Spaceplot function of gpsprof works with new protocol. | Eric S. Raymond | 2009-09-28 | 1 | -43/+58 |
| | |||||
* | More virtuous code removal. | Eric S. Raymond | 2009-09-27 | 1 | -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. Raymond | 2009-09-24 | 1 | -4/+6 |
| | | | | | query() is really gone; add a resulting to-do item. Codebase splints clean, all regression tests pass. | ||||
* | Rebuild regressions... | Eric S. Raymond | 2006-11-10 | 1 | -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. Raymond | 2006-10-25 | 1 | -1/+2 |
| |