Commit Graph

5 Commits

Author SHA1 Message Date
13cc275842 Expand color code support
Because @tocchan had such a better implementation than me.
2021-12-16 16:06:27 -06:00
eb45460f21 Add ability to manually stop a timer
This way I can have multiple timers in a given scope that measure different things without super awkward `using`s that end up scoping out variables that I need access to later. The timings get printed in reverse order, of course, but the conveniences provided outweight that minor flaw.
2021-12-15 10:51:34 -06:00
07cad08733 Add ability to name timers 2021-12-14 12:48:45 -06:00
fe2d276115 Add colors and stuff
Because I think it's neat. Ref: https://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html
2021-12-13 12:14:48 -06:00
83e16885c7 Day 2 solution in C# 2021-12-02 10:03:00 -06:00