|
||||
File indexing completed on 2025-01-18 10:04:16
0001 // Copyright (c) 2020 OPEN CASCADE SAS 0002 // 0003 // This file is part of Open CASCADE Technology software library. 0004 // 0005 // This library is free software; you can redistribute it and/or modify it under 0006 // the terms of the GNU Lesser General Public License version 2.1 as published 0007 // by the Free Software Foundation, with special exception defined in the file 0008 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT 0009 // distribution for complete text of the license and disclaimer of any warranty. 0010 // 0011 // Alternatively, this file may be used under the terms of Open CASCADE 0012 // commercial license or contractual agreement. 0013 0014 #ifndef _Message_MetricType_HeaderFile 0015 #define _Message_MetricType_HeaderFile 0016 0017 //! Specifies kind of report information to collect 0018 enum Message_MetricType 0019 { 0020 Message_MetricType_None, //!< no computation 0021 Message_MetricType_ThreadCPUUserTime, //!< OSD_Chronometer::GetThreadCPU user time 0022 Message_MetricType_ThreadCPUSystemTime, //!< OSD_Chronometer::GetThreadCPU system time 0023 Message_MetricType_ProcessCPUUserTime, //!< OSD_Chronometer::GetProcessCPU user time 0024 Message_MetricType_ProcessCPUSystemTime, //!< OSD_Chronometer::GetProcessCPU system time 0025 Message_MetricType_WallClock, //!< OSD_Timer elapsed time 0026 Message_MetricType_MemPrivate, //!< OSD_MemInfo::MemPrivate 0027 Message_MetricType_MemVirtual, //!< OSD_MemInfo::MemVirtual 0028 Message_MetricType_MemWorkingSet, //!< OSD_MemInfo::MemWorkingSet 0029 Message_MetricType_MemWorkingSetPeak, //!< OSD_MemInfo::MemWorkingSetPeak 0030 Message_MetricType_MemSwapUsage, //!< OSD_MemInfo::MemSwapUsage 0031 Message_MetricType_MemSwapUsagePeak, //!< OSD_MemInfo::MemSwapUsagePeak 0032 Message_MetricType_MemHeapUsage //!< OSD_MemInfo::MemHeapUsage 0033 }; 0034 0035 #endif // _Message_MetricType_HeaderFile
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |