[ITK] Need help to find loc accessed from the ITK source code by the examples
    Lowekamp, Bradley (NIH/NLM/LHC) [C] 
    blowekamp at mail.nih.gov
       
    Mon Mar 13 08:55:26 EDT 2017
    
    
  
Hello,
It sounds like you need a code coverage tool.
The GNU “gcov” program is a frequently used with the gcc compiler. MSVC has similar code coverage tools build in. You should be able to find a tutorial easy enough by searching.
HTH,
Brad
> On Mar 13, 2017, at 7:51 AM, Swati Rathi <swatirathi at cse.iitb.ac.in> wrote:
> 
> Hello,
> 
> I am performing an analysis to test the virtual functions under the ITK/Examples subdirectory.
> 
> There are many static libraries created while building the ITK. These are then used to build the examples. However all the static libraries are linked while building the examples.
> 
> I am interested to know the lines of code accessed from the ITK source code by each of these examples.
> 
> Is this data easily accessible? Or is there a list of files which are accessed by these examples?
> 
> Thank you.
> 
> Regards,
> Swati
> _______________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/mailman/listinfo/community
    
    
More information about the Community
mailing list