Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old August 19th, 2005, 09:05 AM
Jan Schäfer
Guest
 
Posts: n/a
Default Stepanov Benchmark

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
  #2  
Old August 19th, 2005, 10:15 AM
Imre Palik
Guest
 
Posts: n/a
Default Re: Stepanov Benchmark

http://www.stepanovpapers.com/
  #3  
Old August 21st, 2005, 09:55 AM
Alex Vinokur
Guest
 
Posts: n/a
Default 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

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles