<div dir="ltr"><pre style="white-space:pre-wrap;color:rgb(0,0,0)">Hi everyone,

My code aims to return the cache hits and cache misses. I'm trying to use the CS tracers but all I get is zero.</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"> ndn::GlobalRoutingHelper::CalculateRoutes();<br><br>  Simulator::Stop(Seconds(20.0));<br><br>  ndn::L3RateTracer::InstallAll("rate-trace.txt", Seconds(1.0));<br><br>  Simulator::Run();<br>  Simulator::Destroy();<br></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">Kindly advice please to get the output. </pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">Thank you so much in advance</pre></div>