|
Google Performance Tools, part of Google's open source projects, is now available in version 1.0. Perf Tools is especially useful for optimizing multi-threaded programs.
Google's Perf Tools has been around for the last four years and now the collection of performance tools has arrived at version 1.0. Protected by the BSD license, the tools enable developers to write more efficient codes. Particularly C++ developers working on multi-threaded implementations should benefit from the new release.
The high performance tools include a very fast malloc, a thread-friendly heap-checker, heap-profiler and cpu-profiler. Developers are concentrating their efforts on further optimization of multi-threading environments with multi processors and they aim to provide better support for Non Uniform Memory Access (NUMA), allowing processors improved memory access.
Perf Tools can be downloaded as RPM and DEB packages or as Tarball from the Google projects website.
|
| FREE Live Streaming Video from ApacheCon US 2009 |
|---|
Watch our free Video Archive from Apachecon US 2009. Archive provided by The Apache Foundation, COLLABNET, and Linux Pro MagazineDrawing internationally renowned thought-leaders, contributors, and organizations in the Open Source community, ApacheCon offers insight into the culture and community that develops and shepherds industry-leading Open Source projects, including Apache HTTP Server – the world's most popular Web server software for more than 10 years. |
Comments