Searched refs:MemProfile (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dcolor-profile.cpp1200 class MemProfile { class
1202 MemProfile();
1203 ~MemProfile();
1210 MemProfile::MemProfile() : function in class:MemProfile
1217 MemProfile::~MemProfile()
1221 static std::vector< std::vector<MemProfile> > perMonitorProfiles;
1230 for ( std::vector< std::vector<MemProfile> >::iterator it = perMonitorProfiles.begin(); it != perMonitorProfiles.end(); ++it ) {
1231 for ( std::vector<MemProfile>
[all...]

Completed in 16 milliseconds