sunstudio

Tag details

Welcome to the 'sunstudio' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'sunstudio'.

Look up Offsite Link "sunstudio" at The Free Dictionary

Latest blogosphere posts tagged “sunstudio”

  • Viewing thread activity in the Performance Analyzer


    Darryl Gove's blogAuthority Authority:
    The Sun Studio Performance Analyzer is one of the two tools that I use most frequently (the other is spot - which is now in SS12U1 !). Its a very powerful tool, but a lot of that power is not immediately visible to users. Im going to discuss a couple of ways Ive used the analyzer to view parallel applications. ...
    4 weeks ago
  • When threads go bad


    Darryl Gove's blogAuthority Authority:
    When a thread hits an error in a multithreaded application, that error will take out the entire app. Heres some example code: #include #include void *work(void * param){ int*a; a=(int*)(1024*1024); (*a)++; printf("Child thread exit\n");}void main(){ pthread_t thread; pthread_create(&thread;,0,work,0); ...
    5 weeks ago

Comments about sunstudio

Personal attacks are NOT allowed
Please read our comment policy