[root] / trunk / core / base / src / TStopwatch.cxx Repository:
ViewVC logotype

Log of /trunk/core/base/src/TStopwatch.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 37631 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 17 15:24:29 2010 UTC (4 years, 1 month ago) by rdm
File length: 8168 byte(s)
Diff to previous 35578
From Thiemo Nagel:
correction in doc.

Revision 35578 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 22 12:40:13 2010 UTC (4 years, 4 months ago) by rdm
File length: 8158 byte(s)
Diff to previous 26583
coverity 11108.

Revision 26583 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 2 11:35:58 2008 UTC (6 years, 1 month ago) by rdm
File length: 8113 byte(s)
Diff to previous 26576
fix check on gTicks.

Revision 26576 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 2 07:37:08 2008 UTC (6 years, 1 month ago) by brun
File length: 8147 byte(s)
Diff to previous 26543
gTicks must be set in the constructor.
cannot go back to previous version giving complaints in valgrind.

Revision 26543 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 1 11:25:26 2008 UTC (6 years, 1 month ago) by brun
File length: 8110 byte(s)
Diff to previous 22961
Fix an illegal if statememt

Revision 22961 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 3 13:32:57 2008 UTC (6 years, 9 months ago) by rdm
File length: 8107 byte(s)
Diff to previous 20877
move the directories:
  base clib cont meta metautils newdelete pcre rint thread unix utils
  winnt zip
under the new core meta directory.

Revision 20877 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:17:07 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/base/src/TStopwatch.cxx
File length: 8107 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/base/src/TStopwatch.cxx
File length: 8107 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/base/src/TStopwatch.cxx
File length: 8160 byte(s)
Diff to previous 17414
remove :$ from tag line

Revision 17414 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 21 06:52:00 2007 UTC (8 years ago) by brun
Original Path: trunk/base/src/TStopwatch.cxx
File length: 8170 byte(s)
Diff to previous 17301
Remove vms directory and references to R__VMS except from RConfig.h

Revision 17301 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 12 10:28:53 2007 UTC (8 years ago) by brun
Original Path: trunk/base/src/TStopwatch.cxx
File length: 8385 byte(s)
Diff to previous 17299
Minor fix for Windows

Revision 17299 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 12 10:20:08 2007 UTC (8 years ago) by brun
Original Path: trunk/base/src/TStopwatch.cxx
File length: 8390 byte(s)
Diff to previous 15098
Replace "TMath.h" by <cmath> and calls to
  TMath::Sqrt by sqrt
  TMath::Abs by std::abs
  TMath::Min by std::min
  TMath::Max by std::max

Revision 15098 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 18 10:46:26 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/base/src/TStopwatch.cxx
File length: 8393 byte(s)
Diff to previous 13300
From Bertrand:
 - Optimization and protection (thread safety) for hyperythreaded
   architecture on Windows.

 - Changed TWinNTSystem and TStopwatch GetCPUTime() to return the
   cpu time of the current thread instead of the current process
   (in case of multithreaded applications)

Revision 13300 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 21 11:17:18 2005 UTC (9 years, 2 months ago) by rdm
Original Path: trunk/base/src/TStopwatch.cxx
File length: 8404 byte(s)
Diff to previous 13258
coding style fixes.

Revision 13258 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 16 20:11:59 2005 UTC (9 years, 2 months ago) by pcanal
Original Path: trunk/base/src/TStopwatch.cxx
File length: 8400 byte(s)
Diff to previous 10199
White spaces and comments update

Revision 10199 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 4 08:23:22 2004 UTC (10 years, 3 months ago) by rdm
Original Path: trunk/base/src/TStopwatch.cxx
File length: 8409 byte(s)
Diff to previous 9651
the first Start() after the ctor did not properly reset the counters,
i.e. the real and cpu time reported on the first Stop() were from the ctor
and not from the first Start().

Revision 9651 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 2 08:52:54 2004 UTC (10 years, 5 months ago) by rdm
Original Path: trunk/base/src/TStopwatch.cxx
File length: 8468 byte(s)
Diff to previous 9036
remove code related to MacOS 9 this was never really supported and has
been obsoleted by full MacOS X support.

Revision 9036 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 27 08:32:43 2004 UTC (10 years, 8 months ago) by rdm
Original Path: trunk/base/src/TStopwatch.cxx
File length: 8673 byte(s)
Diff to previous 8221
From Maarten:
bring TTimeStamp (micro and nanosecond (Win32)) precision to TStopwatch.

Revision 8221 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 17 17:11:07 2004 UTC (10 years, 11 months ago) by brun
Original Path: trunk/base/src/TStopwatch.cxx
File length: 8731 byte(s)
Diff to previous 5399
From Eddy Offermann;
I have made gTicks
Double_t because the current code does first the
division and then cast it to Double_t . The easiest
solution is making gTicks Double_t .

Revision 5399 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 7 10:41:38 2002 UTC (12 years, 3 months ago) by rdm
Original Path: trunk/base/src/TStopwatch.cxx
File length: 8727 byte(s)
Diff to previous 4700
added option "m" to Print() to allow millisecond precision in the
real time reporting. By Maarten.

Revision 4700 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 13 13:42:55 2002 UTC (12 years, 7 months ago) by rdm
Original Path: trunk/base/src/TStopwatch.cxx
File length: 8281 byte(s)
Diff to previous 1205
small cleanup of TStopwatch making the tow static sys timer access methods
private.

Revision 1205 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 13 15:13:57 2000 UTC (14 years, 1 month ago) by brun
Original Path: trunk/base/src/TStopwatch.cxx
File length: 8166 byte(s)
Diff to previous 271
      W A R N I N G   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     ==================================================================
A very long list of changes in this pre-release of version 3.00.
We have modified the signature of many functions (in particular TObject)
to introduce more constness in the system.
You must change your code if your class derives from TObject and uses
one of the modified functions such as ls, Print, Compare, Hash, etc.
The modified functions in TObject have the following signature:
   virtual TObject    *Clone() const;
   virtual Int_t       Compare(const TObject *obj) const;
   virtual void        Delete(Option_t *option=""); // *MENU*
   virtual void        DrawClass() const; // *MENU*
   virtual void        DrawClone(Option_t *option="") const; // *MENU*
   virtual void        Dump() const; // *MENU*
   virtual TObject    *FindObject(const TObject *obj) const;
   virtual char       *GetObjectInfo(Int_t px, Int_t py) const;
   virtual ULong_t     Hash() const;
   virtual void        Inspect() const; // *MENU*
   virtual Bool_t      IsEqual(const TObject *obj) const;
   virtual void        ls(Option_t *option="") const;
   virtual void        Print(Option_t *option="") const;

A similar operation has been done with classes such as TH1, TVirtualPad,
TTree, etc.

Revision 271 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 22 14:37:24 2000 UTC (14 years, 7 months ago) by brun
Original Path: trunk/base/src/TStopwatch.cxx
File length: 8097 byte(s)
Diff to previous 270
Remove a printf statement in GetRealTime

Revision 270 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 22 14:34:08 2000 UTC (14 years, 7 months ago) by brun
Original Path: trunk/base/src/TStopwatch.cxx
File length: 8266 byte(s)
Diff to previous 3
remove link dependency on /usr/ucblib

Revision 3 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: trunk/base/src/TStopwatch.cxx
File length: 8010 byte(s)
Copied from: branches/rdm/base/src/TStopwatch.cxx revision 2
Diff to previous 2
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: branches/rdm/base/src/TStopwatch.cxx
File length: 8010 byte(s)
Initial import of ROOT into CVS

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9