Changeset 37891 in webkit for trunk/JavaScriptCore/wtf/Platform.h
- Timestamp:
- Oct 25, 2008, 12:59:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Platform.h
r37854 r37891 348 348 #endif 349 349 350 #if !defined(ENABLE_SAMPLING_TOOL) 351 #define ENABLE_SAMPLING_TOOL 0 350 #if !defined(ENABLE_OPCODE_STATS) 351 #define ENABLE_OPCODE_STATS 0 352 #endif 353 354 #if !defined(ENABLE_CODEBLOCK_SAMPLING) 355 #define ENABLE_CODEBLOCK_SAMPLING 0 356 #endif 357 358 #if ENABLE(CODEBLOCK_SAMPLING) && !defined(ENABLE_OPCODE_SAMPLING) 359 #define ENABLE_OPCODE_SAMPLING 1 360 #endif 361 362 #if !defined(ENABLE_OPCODE_SAMPLING) 363 #define ENABLE_OPCODE_SAMPLING 0 352 364 #endif 353 365
Note:
See TracChangeset
for help on using the changeset viewer.