- Timestamp:
- Mar 23, 2011, 9:57:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psModules/src/extras/pmVisualUtils.c
r29004 r31019 16 16 #include <pslib.h> 17 17 18 #include <pmVisual.h> 18 19 #include <pmVisualUtils.h> 19 20 … … 89 90 } 90 91 92 // turn on overall visualization 93 pmVisualSetVisual(true); 94 91 95 // If the component name has no leading dot, then supply it. 92 96 if (comp[0] != '.') { … … 145 149 PS_ASSERT_STRING_NON_EMPTY(func, false); 146 150 147 // return true if level is set to be shown 151 // if visualization is turned off, just skip 152 if (!pmVisualIsVisual()) return false; 153 154 // return true if level is set to be shown 148 155 FACILITY(facility, func, name); 156 149 157 bool valid = level <= getLevel(facility); 150 158
Note:
See TracChangeset
for help on using the changeset viewer.
