Related articles |
---|
Q: least-square fit for performance model chunghsu@paul.rutgers.edu (Chung-Hsing Hsu) (1997-12-05) |
Re: Q: least-square fit for performance model henry@zoo.toronto.edu (Henry Spencer) (1997-12-07) |
From: | Chung-Hsing Hsu <chunghsu@paul.rutgers.edu> |
Newsgroups: | comp.benchmarks,comp.compilers,comp.arch |
Date: | 5 Dec 1997 01:23:05 -0500 |
Organization: | Rutgers University |
Keywords: | benchmarks, performance, question |
Hi,
Is there any literature discussing how suitable it is to use
least-square fitting to get the performance model of a set of
benchmarks? What I read so far is that: given a set of benchmarks,
decide what the performance factors there are, and then use the
least-square fitting to get the coefficient of each performance
factor. This model is then used to predict other
programs/benchmarks. Is there any other way to get the performance
model, besides the one which estimates the cost(time) of each
primitive operation, and count the number of that operation in the
program to predict the performance.
Chung-Hsing Hsu
chunghsu@paul.rutgers.edu
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.