diff --git a/cachegrind/docs/manual.html b/cachegrind/docs/manual.html index a97c2f9fe..4da22db11 100644 --- a/cachegrind/docs/manual.html +++ b/cachegrind/docs/manual.html @@ -2374,6 +2374,14 @@ Valgrind's cache profiling has a number of shortcomings:
+ +
bts, btr and btc
+ will incorrectly be counted as doing a data read if both the arguments
+ are registers, eg:
+
+ btsl %eax, %edx
+
+ This should only happen rarely.
Another thing worth nothing is that results are very sensitive. Changing the
@@ -2394,6 +2402,7 @@ hopefully they should be close enough to be useful.
+