CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2010
    Posts
    1

    GDB/DDD - How do i ..

    Hi all,

    I've been using DDD and GDB to debug my application in Linux environment. (Actually, Embedded systems program, but i use a simulator to execute in my computer). I want to analyze the time taken by each function that i step. (Obviously, for optimizing..). Is it possible using DDD? If so, how?

    Thanks a lot
    Rajesh

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: GDB/DDD - How do i ..

    You've got a better chance of finding that out in a Linux developer forum. Mostly Microsoft developers here.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Feb 2002
    Posts
    4,640

    Re: GDB/DDD - How do i ..

    I don't think GDB or DDD has any profiling functionality built in. You might want to look at Valgrind instead.

    Viggy

Tags for this Thread

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