看板 DFBSD_commit 關於我們 聯絡資訊
commit 807a01c2ff0a00ff4f0a723e773a8a2bfca4a246 Author: Aggelos Economopoulos <aoiko@cc.ece.ntua.gr> Date: Sat Jun 12 05:01:27 2010 +0300 evtranalyze: plotting capability We can now generate histograms and (x, y) line plots via ploticus (if available) Summary of changes: usr.bin/evtranalyze/Makefile | 4 +- usr.bin/evtranalyze/evtranalyze.c | 134 +++++++++++++--- usr.bin/evtranalyze/plotter.c | 313 +++++++++++++++++++++++++++++++++++++ usr.bin/evtranalyze/plotter.h | 22 +++ usr.bin/evtranalyze/trivial.h | 1 + 5 files changed, 447 insertions(+), 27 deletions(-) create mode 100644 usr.bin/evtranalyze/plotter.c create mode 100644 usr.bin/evtranalyze/plotter.h http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/807a01c2ff0a00ff4f0a723e773a8a2bfca4a246 -- DragonFly BSD source repository