Paketname | mutextrace |
Beschreibung | Lock debugging tool |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.1-1 |
Sektion | universe/devel |
Priorität | extra |
Installierte Größe | 68 Byte |
Hängt ab von | libc6 (>= 2.4) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 7942 Byte |
Prüfsumme MD5 | a4e91cf5540a92490f165ada7d22593f |
Prüfsumme SHA1 | 6f3fbc764b3bced6abed71749c04193c6534a5d1 |
Prüfsumme SHA256 | 36f43262e4964e1bc186b4235d8756a97d16773b96c54c6a8a5b0581ac178476 |
Link zum Herunterladen | mutextrace_0.1-1_i386.deb |
Ausführliche Beschreibung | This tool displays mutexes locked and unlocked during execution of a
program, and can provide hints for debugging multithreaded
applications. As it is fairly lightweight and easy to use, it is ideal
at the start of a debugging session or when only limited resources are
available.
.
It cannot detect data races as it only looks at the synchronisation
primitives themselves; if you need that, use helgrind (in the valgrind
package) instead.
|