LCOV - code coverage report
Current view: top level - proxy/src/bin - proxy.rs (source / functions) Coverage Total Hit
Test: 1e20c4f2b28aa592527961bb32170ebbd2c9172f.info Lines: 0.0 % 3 0
Test Date: 2025-07-16 12:29:03 Functions: 0.0 % 2 0

            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