[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#678870: ITP: strace+ -- An improved version of strace that collects stack traces



Package: wnpp
Severity: wishlist
Owner: Alexander Toresson <alexander.toresson@gmail.com>

* Package name    : fceux
  Version         : no release yet
  Upstream Author : Philip Guo <pgbovine@google.com>
* URL             : http://code.google.com/p/strace-plus/
* License         : New BSD License
(http://www.opensource.org/licenses/bsd-license.php)
  Programming Lang: C
  Description     : An improved version of strace that collects stack traces

strace+ is an improved version of strace that collects stack traces
associated with each system call. Since system calls require an
expensive user-kernel context switch, they are often sources of
performance bottlenecks. strace+ allows programmers to do more
detailed system call profiling and determine, say, which call sites
led to costly syscalls and thus have potential for optimization. It
also enabled developers to find out from where specific system calls
were performed, as this may not be very easy to find out when using
many libraries.



Reply to: