23 lines
535 B
Text
23 lines
535 B
Text
|
/**
|
||
|
* PANDA 3D SOFTWARE
|
||
|
* Copyright (c) Carnegie Mellon University. All rights reserved.
|
||
|
*
|
||
|
* All use of this software is subject to the terms of the revised BSD
|
||
|
* license. You should have received a copy of this license along
|
||
|
* with this source code in a file named "LICENSE."
|
||
|
*
|
||
|
* @file timerQueryContext.I
|
||
|
* @author rdb
|
||
|
* @date 2014-08-22
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
INLINE TimerQueryContext::
|
||
|
TimerQueryContext(int pstats_index) :
|
||
|
_pstats_index(pstats_index),
|
||
|
_frame_index(ClockObject::get_global_clock()->get_frame_count())
|
||
|
{
|
||
|
}
|