GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PMAT-DIFF(1) User Contributed Perl Documentation PMAT-DIFF(1)

pmat-diff - print a list of SVs unique to each of two given files

   $ pmat-diff test-1.pmat test-1-after.pmat

Given two .pmat files, compares them and prints a list of SVs unique to each, and a count of those found common to both. This is only useful if the two files were generated by the same process, usually at similar times, such as either side of a memory leak test as created by "Test::MemoryGrowth".

For each file, the SVs unique to it are gathered up into a forest of trees by reference, because in typical usage patterns it usually ends up that several SVs are all referenced by one container. It often helps when tracking down memory leaks to focus on those outer containers, rather than the inner SVs they contain.

Paul Evans <leonerd@leonerd.org.uk>

2025-07-03 perl v5.40.2

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.