summaryrefslogtreecommitdiffstats
path: root/tools/tsdPerf.c
Commit message (Collapse)AuthorAgeFilesLines
* tsdPerf.c: Fix export of symbol Tsdperf_Init, whennijtmans2010-06-091-11/+9
| | | | | | using -fvisibility=hidden. Make two functions static, eliminate some unnecessary type casts. configure(.in)?: Update to Tcl 8.6
* Eliminate unneccessary spacesnijtmans2009-11-181-5/+5
|
* * tools/tsdPerf.c A loadable Tcl extension for testing TSDgeorgeps2008-05-091-0/+61
performance. * tools/tsdPerf.tcl A simplistic tool that uses the thread extension and tsdPerf.so to get some performance metrics by, simulating, simple TSD contention.