Connecting Tech Pros Worldwide Forums | Help | Site Map

Stepanov Benchmark

Jan Schäfer
Guest
 
Posts: n/a
#1: Aug 19 '05
Hi all,

I want to measure Compiler performance in different C++ abstraction levels
on several architectures. I am writing my own benchmark code, implementing
the main algorithm I use in my program in different abstraction levels.
Now I would like to compare my performance results to a commonly known C++
abstraction benchmark. I think the Stepanov Benchmark would do it, but I
can't find it on the web (http://www.kai.com/benchmarks/stepanov/)?
Does anyone knows where I can find it? Are there other benchmarks
available dealing with C++ abstraction?

Thanks in advance
Imre Palik
Guest
 
Posts: n/a
#2: Aug 19 '05

re: Stepanov Benchmark


http://www.stepanovpapers.com/
Alex Vinokur
Guest
 
Posts: n/a
#3: Aug 21 '05

re: Stepanov Benchmark



"Jan Schäfer" <schaefer@neuro.informatik.uni-ulm.de> wrote in message
news:pan.2005.08.19.07.57.50.595218@neuro.informat ik.uni-ulm.de...[color=blue]
> Hi all,
>
> I want to measure Compiler performance in different C++ abstraction levels
> on several architectures.[/color]
[snip][color=blue]
> Are there other benchmarks available dealing with C++ abstraction?
>[/color]
[snip]

C/C++ Program Perfometer
http://lists.sourceforge.net/lists/l...rfometer-users
contains various testsuites (
http://groups.google.com/group/micro...be35e504b0c84b
)
including
* D1 - overhead of class operations
* D3 - the Stepanov abstraction penalty benchmark
* D4 - comparing function objects to function pointers
* D5 - measuring the cost of synchronized I/O
from "Technical Report on C++ Performance" at
http://www.open-std.org/jtc1/sc22/WG.../PDTR18015.pdf


--
Alex Vinokur
email: alex DOT vinokur AT gmail DOT com
http://mathforum.org/library/view/10978.html
http://sourceforge.net/users/alexvn

Closed Thread