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

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

Parent Directory Parent Directory


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

Revision 28359 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 27 12:36:49 2009 UTC (5 years, 8 months ago) by rdm
File length: 10161 byte(s)
Diff to previous 27084
From Gerri:
revert to original code in CheckTimer() removing the unneeded fudge factor.

Revision 27084 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 5 17:05:55 2009 UTC (6 years ago) by pcanal
File length: 10608 byte(s)
Diff to previous 25260
Delay the creation of the single short cleaner until it is really needed.

Revision 25260 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 26 15:07:34 2008 UTC (6 years, 4 months ago) by rdm
File length: 10601 byte(s)
Diff to previous 22961
From Matevz:
clarification to class description doc.

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: 10226 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/TTimer.cxx
File length: 10226 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/TTimer.cxx
File length: 10226 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/TTimer.cxx
File length: 10274 byte(s)
Diff to previous 18827
remove :$ from tag line

Revision 18827 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 20 23:25:00 2007 UTC (7 years, 8 months ago) by rdm
Original Path: trunk/base/src/TTimer.cxx
File length: 10284 byte(s)
Diff to previous 17688
fix type of time in Start() from int to long to be consistent with all other
appearances of time argument.

Revision 17688 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 5 10:38:04 2007 UTC (7 years, 11 months ago) by rdm
Original Path: trunk/base/src/TTimer.cxx
File length: 10286 byte(s)
Diff to previous 15849
From Gerri:
this patch sets the timer resolution in such a way that it is 10ms for
timeouts <= 200s and 5 / 100000 of timeout for longer timeouts.
There is no magic behind this fraction: it just gives 10ms at 200s and
it covers with some margin the drift we observe on the CAF for 1h delays
(117 ms vs 36 * 5 = 180ms).

With this change things on the CAF work fine.

Revision 15849 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 26 13:36:44 2006 UTC (8 years, 6 months ago) by rdm
Original Path: trunk/base/src/TTimer.cxx
File length: 9837 byte(s)
Diff to previous 15742
Instead of providing default implementations for copy ctor's and assignment
operators we better make them private (and not implemented) to avoid people
from accidentally using them. Especially the collections classes and the
TQObject derived classes. In these classes the default implementations would
cause havoc due to multiple deletions of the same objects and other
potential memory corruptions.

Revision 15742 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 9 05:27:55 2006 UTC (8 years, 6 months ago) by brun
Original Path: trunk/base/src/TTimer.cxx
File length: 10645 byte(s)
Diff to previous 15176
From Eddy:
Fix many typos in comments

Revision 15176 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 26 09:27:12 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/base/src/TTimer.cxx
File length: 10640 byte(s)
Diff to previous 15134
Fix coding conventions violations

Revision 15134 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 23 04:47:42 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/base/src/TTimer.cxx
File length: 10572 byte(s)
Diff to previous 9021
From Federico Carminati:

"I have implemented all copy and equal operators needed to silence all
warnings in AliRoot, as requested. I have implemented shallow copies as
would do the default operators synthetized by the compiler.
Most operators are protected. If users complain, you just have to move
them into the public area, but class derivation is of course supported.
It has been a terrible job, I have modified 278 files, but the changes
are backward compabile, and this goes a long way to permitting user to
use the effc++ flag with root headers."

Revision 9021 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 26 10:38:55 2004 UTC (10 years, 8 months ago) by rdm
Original Path: trunk/base/src/TTimer.cxx
File length: 9836 byte(s)
Diff to previous 8859
call ROOT::GetROOT() to force creation of TROOT object in TTimer::Reset().
This method could be called before the global gROOT is created during the
initialization of the global gSingleShotCleaner object.

Revision 8859 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 10 17:31:32 2004 UTC (10 years, 8 months ago) by rdm
Original Path: trunk/base/src/TTimer.cxx
File length: 9782 byte(s)
Diff to previous 8838
change:
  TTimer::InterruptsSyscall()    to  IsInterruptingSyscalls()
  TTimer::SetInterruptSyscall()  to  SetInterruptSyscalls()

Revision 8838 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 10 08:15:12 2004 UTC (10 years, 8 months ago) by rdm
Original Path: trunk/base/src/TTimer.cxx
File length: 9768 byte(s)
Diff to previous 8821
fix error in example in class description.

Revision 8821 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 7 16:32:14 2004 UTC (10 years, 8 months ago) by rdm
Original Path: trunk/base/src/TTimer.cxx
File length: 9768 byte(s)
Diff to previous 5038
new methods:

void   TTimer::SetInterruptSyscall(Bool_t)
Bool_t TTimer::InterruptsSyscall()

When the argument is true the a-synchronous timer (SIGALRM) signal
handler is set so that interrupted syscalls will not be restarted
by the kernel. This is typically used in case one wants to put a
timeout on an I/O operation. By default interrupted syscalls will
be restarted.

Revision 5038 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 2 11:05:01 2002 UTC (12 years, 5 months ago) by rdm
Original Path: trunk/base/src/TTimer.cxx
File length: 9204 byte(s)
Diff to previous 4651
make the TTimer ctor a default ctor by allowing the milliSec argument to
be 0, which results in a minimum timer interval of 10ms.

Revision 4651 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 3 13:10:18 2002 UTC (12 years, 7 months ago) by rdm
Original Path: trunk/base/src/TTimer.cxx
File length: 9094 byte(s)
Diff to previous 2100
fix in SingleShot timer cleanup by Valeriy Onuchin.

Revision 2100 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 28 16:31:32 2001 UTC (13 years, 8 months ago) by rdm
Original Path: trunk/base/src/TTimer.cxx
File length: 8376 byte(s)
Diff to previous 874
use Length() instead of strlen() to get the length of a TString.

Revision 874 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 10 02:28:52 2000 UTC (14 years, 2 months ago) by rdm
Original Path: trunk/base/src/TTimer.cxx
File length: 8371 byte(s)
Diff to previous 831
make both arguments of Start() default. Updated description for Start()
accordingly.

Revision 831 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 27 16:30:34 2000 UTC (14 years, 2 months ago) by rdm
Original Path: trunk/base/src/TTimer.cxx
File length: 8122 byte(s)
Diff to previous 778
Notify() now calls Reset(). Fixes a bug with Timeout() signal being send
in loop.

Revision 778 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 17 12:26:32 2000 UTC (14 years, 3 months ago) by rdm
Original Path: trunk/base/src/TTimer.cxx
File length: 8324 byte(s)
Diff to previous 3
version of TTimer supporting signals and slots (via multiple inheritance
from TQObject). Totally backward compatible, only a new event handling
mechanism is now available.

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/TTimer.cxx
File length: 5494 byte(s)
Copied from: branches/rdm/base/src/TTimer.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/TTimer.cxx
File length: 5494 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