summaryrefslogtreecommitdiff
path: root/ckt0.awk (unfollow)
Commit message (Expand)Author
2026-02-17added ckt0.gp (gnuplot) to plot logged estimates;HEADmasterwukong
2026-02-10corrected typo in ck_uptime();wukong
2026-02-10added checks for zero valued uptime parameters in ck_uptime();wukong
2026-02-07fixed text substitution on ck_uptime() on Darwin to allow sec counter in firstwukong
2026-02-05migrated to using ck_boottime() to populate initial guess of t_prev whenwukong
2026-02-05removed commented out code;wukong
2026-02-05re-enabled seconds case in ck_uptime();wukong
2026-01-15replaced hardcoded uncertainty with call to unc_g() for the uptime valuewukong
2026-01-15adjusted unc_g() to guess an unknown uncertainty by setting it to be a powerwukong
2026-01-14added t_up measurement from /proc/uptime for linux and freebsd;wukong
2026-01-13enabled alternate t0 based prediction of t_up;wukong
2026-01-12added uname case for 'Darwin';wukong
2025-12-23added digits to sigfig() output;wukong
2025-12-21added commented out alternate uptime prediction;wukong
2025-12-10started tracking t_est[] and t_up[];wukong
2025-12-06merged changes from FreeBSD environment;wukong
2025-12-05clean up unused code;wukong
2025-12-05added uname check in ck_boottime(); updated variable names in merge_meas();wukong