CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 1999
    Location
    Beijing China
    Posts
    48

    What do PROFILE can do?

    I want to profile my project(my project's souce code near 300000 lines). I enable profiling to
    profile it. I choose Function Timing. I searched
    the report of profile. I found most of my owner functions were not be timing. How can timing my owner functions?
    Or What do PROFILE can do and how to use??


  2. #2
    Join Date
    Jun 1999
    Location
    Beijing China
    Posts
    48

    Re: What do PROFILE can do?

    Please help !


  3. #3
    Join Date
    Dec 1999
    Posts
    9

    Re: What do PROFILE can do?

    I have experienced the same problem,too.You sould include only some part of code int the profiling process.I can't remember exactly how to do it(There should be documentation in MSDN,at the profiler dialog,you write the names of the objs you are interested in...I don't have visualc here at home to look at,sorry,you should try it),but VisualC's profiler is not suitable for serious profiling.Assuming that you are writing a 300000 line application,you are a part of a development team at some company.I would recommend Intel's vtune 4.0,It is the best profiler I have tried for profiling our LARGE CAD application.(It has a better optimizing compiler for visual C++, too)...


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured