> Although I am able to calculate the cpu utilization on process level by > using getrusage() functionality of linux os but at thread level I am not > able to figure out any such function
Do you really want to get it programmatically? If you're just interested in what's taking the time, you can use 'ps auxm' to show individual threads. (And therefore if you do need it programmatically, a look at the source for 'ps' should privide the answer). Mark _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
