Ignore:
Timestamp:
10/29/07 21:33:28 (6 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
0bc9fdd
Parents:
4548d83
Message:
  • Restructured build and include to work from CLI + Started to add makefiles to build from CLI + Added finnish counters (#98)
    • Fixed performance counter issue with check_nt (#99)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CheckSystem/PDHCollector.cpp

    r5b40546 r478588b  
    117117  } 
    118118 
    119   NSC_LOG_ERROR_STD("Attempting to open counter..."); 
    120119  try { 
    121120    pdh.open(); 
    122     NSC_LOG_ERROR_STD("Counters opend..."); 
    123121  } catch (const PDH::PDHException &e) { 
    124122    NSC_LOG_ERROR_STD("Failed to open performance counters: " + e.getError()); 
Note: See TracChangeset for help on using the changeset viewer.