ltage.cc (13493:91ae6168ef27) ltage.cc (13494:ed4ed5351b16)
1/*
2 * Copyright (c) 2014 The University of Wisconsin
3 *
4 * Copyright (c) 2006 INRIA (Institut National de Recherche en
5 * Informatique et en Automatique / French National Research Institute
6 * for Computer Science and Applied Mathematics)
7 *
8 * All rights reserved.

--- 351 unchanged lines hidden (view full) ---

360
361 loopPredictorCorrect
362 .name(name() + ".loopPredictorCorrect")
363 .desc("Number of times the loop predictor is the provider and "
364 "the prediction is correct");
365
366 loopPredictorWrong
367 .name(name() + ".loopPredictorWrong")
1/*
2 * Copyright (c) 2014 The University of Wisconsin
3 *
4 * Copyright (c) 2006 INRIA (Institut National de Recherche en
5 * Informatique et en Automatique / French National Research Institute
6 * for Computer Science and Applied Mathematics)
7 *
8 * All rights reserved.

--- 351 unchanged lines hidden (view full) ---

360
361 loopPredictorCorrect
362 .name(name() + ".loopPredictorCorrect")
363 .desc("Number of times the loop predictor is the provider and "
364 "the prediction is correct");
365
366 loopPredictorWrong
367 .name(name() + ".loopPredictorWrong")
368 .desc("Number of times the loop predictor is the provier and "
368 .desc("Number of times the loop predictor is the provider and "
369 "the prediction is wrong");
370}
371
372
373
374LTAGE*
375LTAGEParams::create()
376{
377 return new LTAGE(this);
378}
369 "the prediction is wrong");
370}
371
372
373
374LTAGE*
375LTAGEParams::create()
376{
377 return new LTAGE(this);
378}