yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #12092
[Branch ~yade-pkg/yade/git-trunk] Rev 3680: Add ISC_TIMING pre preprocessor directive.
------------------------------------------------------------
revno: 3680
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Fri 2015-06-12 08:02:43 +0200
message:
Add ISC_TIMING pre preprocessor directive.
It should help to get a more extended information
in insertionsortcollider when profiling is enabled.
modified:
CMakeLists.txt
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2015-05-19 19:43:55 +0000
+++ CMakeLists.txt 2015-06-12 06:02:43 +0000
@@ -372,7 +372,7 @@
IF(ENABLE_PROFILING)
SET(CONFIGURED_FEATS "${CONFIGURED_FEATS} PROFILING")
- ADD_DEFINITIONS("-DUSE_TIMING_DELTAS")
+ ADD_DEFINITIONS("-DUSE_TIMING_DELTAS -DISC_TIMING")
ELSE(ENABLE_PROFILING)
SET(DISABLED_FEATS "${DISABLED_FEATS} PROFILING")
ENDIF(ENABLE_PROFILING)