]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - doc/ffmpeg_powerpc_performance_evaluation_howto.txt
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / doc / ffmpeg_powerpc_performance_evaluation_howto.txt
index ebcfe4a7d089808171322ab820908122e16d8a0c..2eb4ee71a52eea525e87a9b33fea6536917e8d79 100644 (file)
@@ -152,12 +152,21 @@ config file, and enjoy the results.
 Note that "MONster" can be used for many other things, but it's
 documented by Apple, it's not my subject.
 
+If you are using CHUD 4.4.2 or later, you'll notice that MONster is
+no longer available. It's been superseeded by Shark, where
+configuration of PMCs is available as a plugin.
+
 
 
 V) Enabling the PMC on Linux
 
-I don't know how to do it, sorry :-) Any idea very much welcome.
+On linux you may use oprofile from http://oprofile.sf.net, depending on the
+version and the cpu you may need to apply a patch[1] to access a set of the
+possibile counters from the userspace application. You can always define them
+using the kernel interface /dev/oprofile/* .
+
+[1] http://dev.gentoo.org/~lu_zero/development/oprofile-g4-20060423.patch
 
 --
-Romain Dolbeau
-<romain@dolbeau.org>
+Romain Dolbeau <romain@dolbeau.org>
+Luca Barbato <lu_zero@gentoo.org>