- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -
Thread Checker: Difference between revisions
From HLRS Platforms
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox software | |||
| description = '''Intel Thread Checker''' is an analysis tool that pinpoints hard-to-find threading errors like data races and deadlocks in 32-bit and 64-bit applications. It can also be integrated into an automated Quality Assurance/test process to ensure code quality. | |||
| developer = Intel | |||
| available on = [[NEC Nehalem Cluster]] | |||
| category = [[:Category:Debugger | Debugger]] | |||
| license = Commercial | |||
| website = [http://software.intel.com/en-us/intel-thread-checker/ Thread Checker homepage] | |||
}} | |||
== See also == | |||
* [[Software Development Tools, Compilers & Libraries]] | |||
== External links == | |||
* [http://software.intel.com/en-us/intel-thread-checker/ Thread Checker homepage] | |||
[[Category:Debugger]] |
Latest revision as of 10:46, 25 February 2010
Intel Thread Checker is an analysis tool that pinpoints hard-to-find threading errors like data races and deadlocks in 32-bit and 64-bit applications. It can also be integrated into an automated Quality Assurance/test process to ensure code quality. |
|