コード例 #1
0
void QQmlMemoryScope::done()
{
    memprofile_pop_location();
}
コード例 #2
0
ファイル: qqmlmemoryprofiler.cpp プロジェクト: ghjinlei/qt5
QQmlMemoryScope::~QQmlMemoryScope()
{
    if (pushed)
        memprofile_pop_location();
}