X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=cds%2Fgc%2Fdhp.h;fp=cds%2Fgc%2Fdhp.h;h=9f0387cdcf1df768de3a05a93539b5689a1658a9;hp=76511795907c33ac6e8703e9e4d9b392fc8f8281;hb=22b8b8c2b54457c5d6a411946149a8fd7d09fdb1;hpb=6f64d14be57853caa486c471ed99302b8004cfe0 diff --git a/cds/gc/dhp.h b/cds/gc/dhp.h index 76511795..9f0387cd 100644 --- a/cds/gc/dhp.h +++ b/cds/gc/dhp.h @@ -1470,7 +1470,7 @@ namespace cds { namespace gc { The function clears \p st before gathering statistics. @note Internal statistics is available only if you compile - \p libcds and your program with \p -DCDS_ENABLE_HPSTAT key. + \p libcds and your program with \p -DCDS_ENABLE_HPSTAT. */ static void statistics( stat& st ) { @@ -1483,7 +1483,7 @@ namespace cds { namespace gc { and can be accessible after destructing the global \p %DHP object. @note Internal statistics is available only if you compile - \p libcds and your program with \p -DCDS_ENABLE_HPSTAT key. + \p libcds and your program with \p -DCDS_ENABLE_HPSTAT. Usage: \code