[cvs-nhc98] cvs commit: nhc98/src/hp2graph axes.c hp2graph.h job.c parse.c putfile.c sample.c

Malcolm Wallace Malcolm.Wallace at cs.york.ac.uk
Tue Mar 14 10:29:12 EST 2006


malcolm     2006/03/14 07:29:12 PST

  Modified files:
    src/hp2graph         axes.c hp2graph.h job.c parse.c putfile.c 
                         sample.c 
  Log:
  When a profile was produced by allocation-interval sampling (-i option),
  draw the graph x-axis in samples, not in discrete time steps.  This
  is to ensure that poor clock precision does not distort the graph shape.
  
  Revision  Changes    Path
  1.2       +33 -11    nhc98/src/hp2graph/axes.c
  1.2       +3 -0      nhc98/src/hp2graph/hp2graph.h
  1.3       +14 -0     nhc98/src/hp2graph/job.c
  1.3       +5 -2      nhc98/src/hp2graph/parse.c
  1.2       +2 -1      nhc98/src/hp2graph/putfile.c
  1.2       +3 -1      nhc98/src/hp2graph/sample.c


More information about the Cvs-nhc98 mailing list