git-svn-id: svn://db.shs.com.ru/pip@708 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef FREERTOS
|
||||||
PRIVATE_DEFINITION_START(PISystemMonitor)
|
PRIVATE_DEFINITION_START(PISystemMonitor)
|
||||||
#ifndef WINDOWS
|
#ifndef WINDOWS
|
||||||
# ifdef MAC_OS
|
# ifdef MAC_OS
|
||||||
@@ -51,6 +52,7 @@ PRIVATE_DEFINITION_START(PISystemMonitor)
|
|||||||
PITimeMeasurer tm;
|
PITimeMeasurer tm;
|
||||||
#endif
|
#endif
|
||||||
PRIVATE_DEFINITION_END(PISystemMonitor)
|
PRIVATE_DEFINITION_END(PISystemMonitor)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
PISystemMonitor::PISystemMonitor(): PIThread() {
|
PISystemMonitor::PISystemMonitor(): PIThread() {
|
||||||
|
|||||||
@@ -92,8 +92,9 @@ private:
|
|||||||
PIMap<llong, PIString> tbid;
|
PIMap<llong, PIString> tbid;
|
||||||
bool self_;
|
bool self_;
|
||||||
int pID_, page_size, cpu_count, cycle;
|
int pID_, page_size, cpu_count, cycle;
|
||||||
|
#ifndef FREERTOS
|
||||||
PRIVATE_DECLARATION
|
PRIVATE_DECLARATION
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
inline PICout operator <<(PICout s, const PISystemMonitor::ThreadStats & v) {
|
inline PICout operator <<(PICout s, const PISystemMonitor::ThreadStats & v) {
|
||||||
|
|||||||
Reference in New Issue
Block a user