limbo/cli
Pere Diaz Bou 2316d7ebf1 add .timer command with fine grained statistics about limbo
```
Limbo v0.0.19-pre.4
Enter ".help" for usage hints.
limbo> .timer on
limbo> select count(1) from users;
┌───────────┐
│ count (1) │
├───────────┤
│     10000 │
└───────────┘
Command stats:
----------------------------
total: 35 ms (this includes parsing/coloring of cli app)

query execution stats:
----------------------------
Execution: avg=16 us, total=33 us
I/O: avg=123 ns, total=3 us
limbo> select 1;
┌───┐
│ 1 │
├───┤
│ 1 │
└───┘
Command stats:
----------------------------
total: 282 us (this includes parsing/coloring of cli app)

query execution stats:
----------------------------
Execution: avg=2 us, total=4 us
I/O: No samples available
```
2025-04-09 16:31:08 +02:00
..
commands add .timer command with fine grained statistics about limbo 2025-04-09 16:31:08 +02:00
docs/internal docs for cli 2025-03-30 02:41:48 -03:00
app.rs add .timer command with fine grained statistics about limbo 2025-04-09 16:31:08 +02:00
build.rs adding table colors 2025-03-06 15:52:20 -03:00
Cargo.toml Add tracing-appender to log traces to file asyncronously 2025-04-08 19:36:38 -04:00
helper.rs remove error debug 2025-04-04 17:44:34 -03:00
input.rs add .timer command with fine grained statistics about limbo 2025-04-09 16:31:08 +02:00
main.rs Add tracing-appender to log traces to file asyncronously 2025-04-08 19:36:38 -04:00
opcodes_dictionary.rs fix: lint warnings 2024-07-08 22:43:11 +05:30
SQL.sublime-syntax highlight candidate 2025-03-06 16:33:23 -03:00