Re: Code Profilers suitable for asm applications



Chewy509@xxxxxxxxxxxxxxxx wrote in part:
What I have been trying to find is a decent profiling tool
that can take a raw EXE (or a *.asm file), profile it,
and let me know where the bottlenecks are so I can either,
a, try to clean up the current algorithm being used, or b,
find a better algorithm. eg, the number of times function
x is called, and the duration in which that function takes.

You could start with `gprof` and similar profilers. They're
designed to work with C generated code with debugging symbols
left in the executable. Perhaps you can find a gnumeric mode
or provide the symbols.


-- Robert


.



Relevant Pages

  • Re: Boxing and Unboxing ??
    ... Make a first attempt at converting some algorithm you're concerned ... Profile it to find out what's slower than your budget allows. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Fm digital baseband demodulation
    ... Thanks!!!I was confused with the division part of demodulation ... algorithm you mentioned.But it's true i think that the amplitude of ... xristos's Profile: http://www.fpgacentral.com/group/member.php?userid=15 ...
    (comp.arch.fpga)
  • Re: function execution
    ... algorithm does exactly what I want. ... I have to edit the cell then hit enter then it will select one. ... matty_g's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=23954 ... Prev by Date: ...
    (microsoft.public.excel.worksheet.functions)