Skip to content
#

pthreads

Here are 335 public repositories matching this topic...

mr-j0nes
mr-j0nes commented Jun 27, 2017

I know you guys are focused on bringing more features to the lib, but it would be good to provide a bit better documentation and examples (I sent another post about this), so the ones willing to use the current version can fully understand what they can do with it..

E.g.

  • I am not sure how to use signals, I can see raft::fileread uses raft::eof, but not sure what is done with it.
  • I don't
palmoreck
palmoreck commented Dec 28, 2019

Use

  • for bash:
/usr/bin/time --verbose 
perf stat -e cycles,stalled-cycles-frontend,stalled-cycles-backend,instructions,\
cache-references,cache-misses,branches,branch-misses,task-clock,faults,\
minor-faults,cs,migrations -r 3
  • for Python:
#cProfile:
python -m cProfile -s cumulative
python -m cProfile -o profile.stats
pip install runsnake
#linepro

Improve this page

Add a description, image, and links to the pthreads topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pthreads topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.