Hi I am a student in master course for Computer Engineering. I am studying Racket for my research. My one of goals is to measure the performance(cpu usages, memory, i/o..etc) of each thread.
So I have two questions... 1) CPU, I/O usages Is there any way to measure CPU usage per each thread in run-time by Racket? 2) Memory usages Also memory usages per each thread in rum-time?? As I know Linux doesn't provide the way to measure memory usage per each thread. So How about Racket? Thanks :)
____________________ Racket Users list: http://lists.racket-lang.org/users