vlib: increase CPU base frequency precision 44/43144/3
authorSivaprasad Tummala <[email protected]>
Wed, 11 Jun 2025 10:21:43 +0000 (10:21 +0000)
committerDamjan Marion <[email protected]>
Fri, 13 Jun 2025 15:30:43 +0000 (15:30 +0000)
commit3fe8ddaf328a769b149eb29cde94f68202798307
treea9c6e8a39a0ed2e178d6f115fb55eb5b662b43e5
parentac145350f7b1e283fa43f8bb4cabf45a08b7da76
vlib: increase CPU base frequency precision

Updated the 'show cpu' CLI command to print the base frequency with 4 decimal
places instead of 2 (e.g., 2.69 GHz → 2.6945 GHz) for improved accuracy when
inspecting CPU timing characteristics

Type: improvement

Change-Id: I8f3384204ddcb8033aae9a1e1f6d06bed46478ab
Signed-off-by: Sivaprasad Tummala <[email protected]>
src/vlib/cli.c