diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-05-23 21:18:39 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-05-23 21:18:39 +0000 |
commit | f532e2405a86e1d06101e7f16d1a06c57c38f1e7 (patch) | |
tree | 493f4b8f11be6f9234c8929e9caa0a69d5907084 /devel/p5-Devel-RingBuffer | |
parent | 6d4aa839c8cdb87f7568725dc7b86a60214d87b7 (diff) | |
download | ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.tar.gz ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.zip |
Notes
Diffstat (limited to 'devel/p5-Devel-RingBuffer')
-rw-r--r-- | devel/p5-Devel-RingBuffer/pkg-descr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Devel-RingBuffer/pkg-descr b/devel/p5-Devel-RingBuffer/pkg-descr index 756c30b5a300..a769324ac397 100644 --- a/devel/p5-Devel-RingBuffer/pkg-descr +++ b/devel/p5-Devel-RingBuffer/pkg-descr @@ -1,11 +1,11 @@ Provides shared memory structures (using memory mapped files via IPC::Mmap) to be used by diagnostic and debugger applications for Perl scripts (see Devel::STrace). Using XS/C code to maximize performance, -creates a set of ringbuffers with a configurable number of slots. Each -slot includes a field for a linenumber, a timestamp, and a fully +creates a set of ring buffers with a configurable number of slots. Each +slot includes a field for a line number, a timestamp, and a fully qualified subroutine name. Each ring buffer also includes additional headers and fields to support diagnostic interfaces, e.g., watched -expressions, command/reponse interfaces to the monitored applications, +expressions, command/response interfaces to the monitored applications, etc. WWW: http://search.cpan.org/dist/Devel-RingBuffer/ |