Commit graph

18 commits

Author SHA1 Message Date
Eric House
85ed7c0e5f remove some logging 2024-12-03 21:21:24 -08:00
Eric House
f4c080cdf7 trivial API change
any key concatenation should be in common/ code
2024-11-01 08:18:06 -07:00
Eric House
f4af1d69ea for emacs: move compile-command into directory-scoped file 2024-10-10 07:40:38 -10:00
Eric House
5504ca03d9 add stats entries for Bluetooth send/receive 2024-09-21 22:09:22 -07:00
Eric House
df84bf6145 includ NBS sends/receives in stats on Android 2024-08-24 15:32:29 -07:00
Eric House
28edeb1877 add creation time to stats
Useful, especially when it's getting reset mysteriously -- which was
probably the Android timers bug
2024-08-24 09:41:22 -07:00
Eric House
466abffc43 rewrite mutex stuff to make timeout/asserting easier 2024-08-20 22:03:08 -07:00
Eric House
c45638e037 pool acks and send using a timer (untested on Android) 2024-08-19 06:56:33 -07:00
Eric House
faf398790c cleanup; use new mutex for mempool 2024-08-17 22:03:37 -07:00
Eric House
0bd0d31d42 use new timers for stats saving on Android too 2024-08-13 13:58:45 -07:00
Eric House
f406757fb2 add generic timers (with dutil component for scheduling) 2024-08-12 21:11:14 -07:00
Eric House
ad651c6cba more work on stats 2024-08-11 20:45:11 -07:00
Eric House
0a992c5a4b move mutex into a struct (for future dev advantage) 2024-08-11 19:59:38 -07:00
Eric House
464e124038 add debug-only stats submenu, and ability to print stats
They won't persist on Android if I count on dutil shutting down, since
there's no such thing. So I save on every change, which is way too
often but good enough for now.
2024-08-10 20:54:56 -07:00
Eric House
2f8164d8c7 add test for email-style invitation 2024-08-09 10:48:27 -07:00
Eric House
7286156c87 add a few more stats 2024-08-07 22:13:02 -07:00
Eric House
4ab6b1930f new stats module gathering data for debugging and upload (soon) 2024-08-07 08:16:12 -07:00
Eric House
32760c8570 add missing file 2024-02-18 19:35:24 -08:00