I would like to introduce an interesting (hopefully) application of libpfm4 called DPTHREAD.
DPTHREAD is a threading library which you can link to your multithread applications written in C using pthread APIs. it make multi thread programs behave deterministically by enforcing the order of thread execution based on instruction count of each thread during the execution. It supports both multicore and single core systems. Please check out the following website if you are interested. http://code.google.com/p/dpthread/ Thanks. Heechul ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ perfmon2-devel mailing list perfmon2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/perfmon2-devel