Commit d7bb69f
committed
prometheus_text_format: Inline render_series/4 and render_value/2
These two functions are called once per metric series during every
scrape (~2.3M calls each in profiled RabbitMQ workloads), together
accounting for ~15.6% of scrape time. Inlining eliminates the
function call overhead and allows the compiler to optimize the
binary append operations across call boundaries.1 parent a3fa2ec commit d7bb69f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments