]> sourceware.org Git - systemtap.git/commit
change time type from double to int64_t
authorTim Moore <timoore@redhat.com>
Tue, 1 Dec 2009 11:02:24 +0000 (12:02 +0100)
committerTim Moore <timoore@redhat.com>
Tue, 1 Dec 2009 11:30:42 +0000 (12:30 +0100)
commit572a176d481c329b370ce52e7bec1a49ed76c225
treec4979af7c8089124ee0dd30d63ec14864ea0e9f9
parent211c338e54b096a41170c5bac99eaf33959076f2
change time type from double to int64_t

* grapher/Graph.hxx (Graph): Change variables holding the time limits
  of the displayed graph from double to int64_t.
* grapher/Graph.cxx (Graph::draw): Do calculations of time differences
  using int64_t.
  (Graph::getExtents, Graph::setExtents): Change left and right
  arguments to int64_t.
* grapher/GraphData.hxx (GraphDataBase): Change time type to int64_t.
  (GraphDataBase::elementAsString): New function.
  (GraphData::elementAsString): Implementation of that function.
* grapher/StapParser.cxx (parseData): Parse time values from the stap
  script as 64 bit values.
grapher/Graph.cxx
grapher/Graph.hxx
grapher/GraphData.hxx
grapher/StapParser.cxx
grapher/StapParser.hxx
This page took 0.026765 seconds and 5 git commands to generate.