 |
ATLAS Offline Software
|
Go to the documentation of this file.
25 int vcap(vhit.capacity());
32 cout <<
"initial capacity " << vcap << endl;
44 if (vold != vcap) cout <<
"iteration " <<
i <<
" new capacity " << vcap <<endl;
46 if (((
int)
p3-(
int)
p2) != ((
int)
p2-(
int)
p1)) cout <<
"iteration " <<
i <<
" new chunk @" << hex <<
p3 <<
" previous was @" <<
p2 << dec << endl;
47 #ifdef REALLY_DEBUG_ME
48 cout <<
"iteration " <<
i <<
" P3 @" << hex <<
p3 <<
" p2 @" <<
p2 <<
" p1 @" <<
p1 << dec <<
' ' << (
int)
p3-(
int)
p2 <<
' ' <<(
int)
p2-(
int)
p1 <<endl;
53 return StatusCode::SUCCESS;
virtual StatusCode execute() override
vector< DHit > HitContainer
Gaudi::Property< int > m_2bReserved
Property to setup the amount of elements to reserve.
Gaudi::Property< int > m_vectorSize
Property to setup the size of the Hit container.
::StatusCode StatusCode
StatusCode definition for legacy code.
PerfMonTestPolyVectorAlg.h Example for the memory optimization tutorial.
std::map< int, IHit * > m_mixMap
Gaudi::Property< bool > m_mapIt
Property to introduce some fragmentation.