This directory contains code for generating a memory mountain, as
described in Computer Systems: A Programmer's Perspective 

clock.{c,h}	
                Routines for using x86 and Alpha cycle timers

fcyc2.{c,h}	
                Routines that estimate the number of cycles required
                by a function f that takes two arguments.

Makefile	
                Memory mountain makefile

mountain.c	
                Program that generates the memory mountain.

mountain4x4-corei7h.txt           
                Results using 4x4 loop unrolling on Corei7 Haswell
                system
                                                                     
