summaryrefslogtreecommitdiff
path: root/build-aux/measurestack
AgeCommit message (Collapse)Author
2025-04-07libcr_ipc: Pull as much as possible from public .h to .c filesLuke T. Shumaker
2025-04-02lib9p: Have all IDL-defined types implement fmt_formatterLuke T. Shumaker
2025-04-02libfmt: Add %q to quote stringsLuke T. Shumaker
2025-04-02libfmt: Add %v for libobj to implementLuke T. Shumaker
2025-04-02Add libfmt to bypass output buffering for libmisc:assertLuke T. Shumaker
2025-04-02pico-fmt: Pull in enhancementsLuke T. Shumaker
2025-04-02Use pico-fmt instead of pico-sdk's printfLuke T. Shumaker
2025-04-02measurestack: Explicitly watch printf sizeLuke T. Shumaker
2025-04-01measurestack: Rework the skip-call API to speed things upLuke T. Shumaker
2025-04-01measurestack: Bypassing hash() has measureable speedupLuke T. Shumaker
2025-04-01measurestack: Cache resolve_funcname()Luke T. Shumaker
2025-04-01measurestack: Try to speed up resolve_funcname()Luke T. Shumaker
2025-04-01measurestack: Try to tidy analyze.py a bitLuke T. Shumaker
2025-04-01measurestack: Intern QNames and BaseNamesLuke T. Shumaker
2025-04-01measurestack: Avoid using sorted() during analysisLuke T. Shumaker
2025-04-01measurestack: Compile all regexes upfrontLuke T. Shumaker
2025-03-31measurestack: Cache QName.base()Luke T. Shumaker
2025-03-31measurestack: Allow output groups to be emptyLuke T. Shumaker
2025-03-31measurestack: Split into several filesLuke T. Shumaker
2025-03-31measurestack: Don't print the abspath in "included:" linesLuke T. Shumaker
2025-03-31measurestack: Try to reduce how often we call str()Luke T. Shumaker
2025-03-31measurestack: Fix typos in ROM funcsLuke T. Shumaker
2025-03-31measurestack: Fix pretty-printing of BaseName and QNameLuke T. Shumaker
2025-03-31stack.c.gen: Set up pytestLuke T. Shumaker