LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : #[global_allocator] 2 : static GLOBAL: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc; 3 : 4 : #[allow(non_upper_case_globals)] 5 : #[unsafe(export_name = "malloc_conf")] 6 : pub static malloc_conf: &[u8] = b"prof:true,prof_active:true,lg_prof_sample:21\0"; 7 : 8 : #[tokio::main] 9 0 : async fn main() -> anyhow::Result<()> { 10 0 : proxy::binary::proxy::run().await 11 0 : } |
![]() |
Generated by: LCOV version 2.1-beta |