flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
vivik
Do you use some tools for that or something?
|
|||
![]() |
|
revolution
RDTSC is useful for short times.
The QPC API can also be useful for longer times. Or the "wall clock" for even longer times. I've never felt the need for more than that. |
|||
![]() |
|
rugxulo
RDTSCP (since 2010) is preferred under SMP, Naive measurements can be done with *nix sh "time". Others (e.g. DJGPP) have "redir -t". OpenWatcom has wprof. GCC has gprof. Linux has perf and valgrind. Or you may just count calling your heavy routines manually (via extra code).
https://en.wikipedia.org/wiki/List_of_performance_analysis_tools Or did you really mean "Windows only" (since this is the Windows subforum)??? |
|||
![]() |
|
vivik
Yep, windows tools. How visual studio users benchmark their code, maybe they have some good way of doing that.
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.