Key | Value |
---|---|
CRC32 | 62C5CF31 |
FileName | ./usr/lib/x86_64-linux-gnu/perl5/5.30/Devel/NYTProf/Util.pm |
FileSize | 7766 |
MD5 | 84D14DD6C1765D3C80884E45C181C68A |
OpSystemCode | {'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'} |
ProductCode | {'ApplicationType': 'Software', 'Language': 'English', 'MfgCode': '1533', 'OpSystemCode': '28', 'ProductCode': '17352', 'ProductName': 'CPAN Comprehensive Perl Archive Network Complete Mirror 2016-01-20', 'ProductVersion': '2016-01-20'} |
SHA-1 | 32ED4E9138EB93B51F4F2799138F13F570D041D4 |
SHA-256 | B25A6F6932E97A46C0575D8DC430E16DAF430A5E29A93CF64DE163AC79959C8E |
SSDEEP | 192:gGTt+FM6V/2/eWGwz4h6ZyiFBihxTLriCD3QyJLQ9/k+EQoGaHsuVeadf9QxnfeQ:gGYXV/WT4ZiCJBKkT0nfr5dLBi8 |
SpecialCode | |
TLSH | T1EDF1B76928E3E79147A3632E5ECDA018B62E44AB2F4B54907DCC4064BF40E7CC1F49ED |
db | nsrl_modern_rds |
insert-timestamp | 1646997140.4654543 |
source | NSRL |
tar:gname | bin |
tar:uname | root |
hashlookup:parent-total | 142 |
hashlookup:trust | 100 |
The searched file hash is included in 142 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.1/packages//powerpc//p5-Devel-NYTProf-6.04.tgz |
MD5 | A352C2F6F2EFDE337B744E82A64A1A45 |
SHA-1 | 00B310CABAC364BD5286B1647919856CDB032BFE |
SHA-256 | D6F813FDDC8FCC62BE1BF34931E38CD3F7A76663D7C1953C93E3B80EC01335E1 |
SSDEEP | 6144:/wqwjZ8jqhNpIlyZZto3l/cH/G7kA3PSUc7SsLejJjBImlncf/SS4xgGJ:I1j2j6NpoCbo1aKKzupjJjC2cfEg0 |
TLSH | T10F9423938164293C6A6D0A68661082FE519F873D7994D099C5B36ED083CCFD33F5ECAB |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.0/packages//mips64//p5-Devel-NYTProf-6.03.tgz |
MD5 | 84A064547A7595EC415BD3103164738C |
SHA-1 | 03ABBB3F0C3651EDE72BDE8EF31A10A91D7318DF |
SHA-256 | F88A615C22A11BD5F533DACC327924640B294D80876911D5549C4A851EA41DC9 |
SSDEEP | 12288:OEJJ5x1MG7USF2IkKT3yY6dckgifg1TQXvY:j5x1MG70OypdyTQA |
TLSH | T166942309DFDD4809ADA20C33D3D4A35C3B8BB516514858F20ABB22F793671EADDB5E42 |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/5.9/packages//amd64//p5-Devel-NYTProf-6.02.tgz |
MD5 | 01271CCCDD06CE1AB77666F9EDDA7C7A |
SHA-1 | 0561CBE3FBAFDB58B38F7DC7F552D2756360C105 |
SHA-256 | 009F5EF5FF84C3EBBF06679C1C8A54CD37F80C0D71798901D9C3F9B945A273CD |
SSDEEP | 12288:SXDaplC0EGW86AYYn/yTWrCRnZuzDHwIG04p/Pt3Cr33es:SGpwVHA1/0ZKHwnXts33Z |
TLSH | T1AF9423781D67769C0D93C8AC42DBDF720959BF082BBA9A5B9D5287348CE7E0104345FA |
Key | Value |
---|---|
MD5 | F48281DC856F9E1DCA9528C575B30983 |
PackageArch | aarch64 |
PackageDescription | Devel::NYTProf is a powerful feature-rich perl source code profiler. |
PackageMaintainer | Fedora Project |
PackageName | perl-Devel-NYTProf |
PackageRelease | 8.fc32 |
PackageVersion | 6.06 |
SHA-1 | 07B5E71277B03F459A940DB50C50F4704DD8338F |
SHA-256 | 3A7CC7129D72D7C76E0E5DF2B3F49E2F691FE477F0F5A852F1CB4AC327C15DF3 |
Key | Value |
---|---|
FileSize | 337984 |
MD5 | 3F04CD79557AB70C653578AE1ABE2872 |
PackageDescription | Perl statement and subroutine code profiler Devel::NYTProf is a powerful feature-rich perl source code profiler. . * Performs per-line statement profiling for fine detail * Performs per-subroutine statement profiling for overview * Performs per-block statement profiling (the first profiler to do so) * Accounts correctly for time spent after calls return * Performs inclusive and exclusive timing of subroutines * Subroutine times are per calling location (a powerful feature) * Can profile compile-time activity, just run-time, or just END time * Uses novel techniques for efficient profiling * Sub-microsecond (100ns) resolution on systems with clock_gettime() * Very fast - the fastest statement and subroutine profilers for perl * Handles applications that fork, with no performance cost * Immune from noise caused by profiling overheads and I/O * Program being profiled can stop/start the profiler * Generates richly annotated and cross-linked html reports * Trivial to use with mod_perl - add one line to httpd.conf * Includes an extensive test suite * Tested on very large codebases . NYTProf is effectively two profilers in one: a statement profiler, and a subroutine profiler. . NYTProf stands for 'New York Times Profiler'. Indeed, this module was initially developed from Devel::FastProf by The New York Times Co. to help their developers quickly identify bottlenecks in large Perl applications. |
PackageMaintainer | Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> |
PackageName | libdevel-nytprof-perl |
PackageSection | perl |
PackageVersion | 6.06+dfsg-1+b1 |
SHA-1 | 09F457DBC010E005E2444D291CE712BBD5D05315 |
SHA-256 | 57956F1BF22642D95ED503950880A803610FDD32C5496AEB7B680C6408091638 |
Key | Value |
---|---|
FileSize | 336728 |
MD5 | D709195D1AD4D882E5DCEB1B5D3025D4 |
PackageDescription | Perl statement and subroutine code profiler Devel::NYTProf is a powerful feature-rich perl source code profiler. . * Performs per-line statement profiling for fine detail * Performs per-subroutine statement profiling for overview * Performs per-block statement profiling (the first profiler to do so) * Accounts correctly for time spent after calls return * Performs inclusive and exclusive timing of subroutines * Subroutine times are per calling location (a powerful feature) * Can profile compile-time activity, just run-time, or just END time * Uses novel techniques for efficient profiling * Sub-microsecond (100ns) resolution on systems with clock_gettime() * Very fast - the fastest statement and subroutine profilers for perl * Handles applications that fork, with no performance cost * Immune from noise caused by profiling overheads and I/O * Program being profiled can stop/start the profiler * Generates richly annotated and cross-linked html reports * Trivial to use with mod_perl - add one line to httpd.conf * Includes an extensive test suite * Tested on very large codebases . NYTProf is effectively two profilers in one: a statement profiler, and a subroutine profiler. . NYTProf stands for 'New York Times Profiler'. Indeed, this module was initially developed from Devel::FastProf by The New York Times Co. to help their developers quickly identify bottlenecks in large Perl applications. |
PackageMaintainer | Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> |
PackageName | libdevel-nytprof-perl |
PackageSection | perl |
PackageVersion | 6.06+dfsg-1+b1 |
SHA-1 | 0B24536BF9CD8C83D91B445C80584B6FAB9A1CF0 |
SHA-256 | 7F4EA5446498C1D827F12268014A2D0DD34D00FD05E1A5143808F95C75344BDC |
Key | Value |
---|---|
FileSize | 334246 |
MD5 | 76EEB0F7C8AD0EC3714959F892F20152 |
PackageDescription | Perl statement and subroutine code profiler Devel::NYTProf is a powerful feature-rich perl source code profiler. . * Performs per-line statement profiling for fine detail * Performs per-subroutine statement profiling for overview * Performs per-block statement profiling (the first profiler to do so) * Accounts correctly for time spent after calls return * Performs inclusive and exclusive timing of subroutines * Subroutine times are per calling location (a powerful feature) * Can profile compile-time activity, just run-time, or just END time * Uses novel techniques for efficient profiling * Sub-microsecond (100ns) resolution on systems with clock_gettime() * Very fast - the fastest statement and subroutine profilers for perl * Handles applications that fork, with no performance cost * Immune from noise caused by profiling overheads and I/O * Program being profiled can stop/start the profiler * Generates richly annotated and cross-linked html reports * Trivial to use with mod_perl - add one line to httpd.conf * Includes an extensive test suite * Tested on very large codebases . NYTProf is effectively two profilers in one: a statement profiler, and a subroutine profiler. . NYTProf stands for 'New York Times Profiler'. Indeed, this module was initially developed from Devel::FastProf by The New York Times Co. to help their developers quickly identify bottlenecks in large Perl applications. |
PackageMaintainer | Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> |
PackageName | libdevel-nytprof-perl |
PackageSection | perl |
PackageVersion | 6.04+dfsg-1 |
SHA-1 | 0D2A95716BB346FD9F17543D120EA45BF9A9B734 |
SHA-256 | E83C79B75AC2A1BEE3432AB946B5BAA8E0A247A9C716E26DC090186B5F278FDB |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.4/packages//i386//p5-Devel-NYTProf-6.06.tgz |
MD5 | 368CADD5B0853ADF70109123114EA5F7 |
SHA-1 | 12E505861D716745EFD03CC6339FABFE2722F3DC |
SHA-256 | B0B0FF56C7119CEF7252DA24B7D85308B1F86453929402BFE3EDA4572978C4DC |
SSDEEP | 12288:9rGtZ45412Y8ub4lCVWQmOzbdDxF2JLMBeR2JI:6ZmMT7PeABTa |
TLSH | T18F9423F51464EA116EE2298D951870FE3D1B680B28CAD4D1D17CB7F3F389BE44908BB2 |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.4/packages//powerpc//p5-Devel-NYTProf-6.06.tgz |
MD5 | E2D5359E029879E1AFA1154002632618 |
SHA-1 | 14F78886E5005A658EAE0C907446815E722ED4DD |
SHA-256 | 8766A49F13748884776E08C00C36A8F5F45BF28B9C040A928D404831A50A362A |
SSDEEP | 6144:oBBmRrbfmhs3oDXnnaXLaGsMypsTjCTHhjvjNT/LjjJjBImlncf/SS4xgGJ:on2r2gnba2kJvjNTHjJjC2cfEg0 |
TLSH | T1AC9423D148ECA4BC2D1819E1225C13F9A7A6500D7FACB246427D3B4AD2167F93E8C8F7 |
Key | Value |
---|---|
FileSize | 338292 |
MD5 | DBBF8CCA3E093DE09C9D7E33C2772635 |
PackageDescription | Perl statement and subroutine code profiler Devel::NYTProf is a powerful feature-rich perl source code profiler. . * Performs per-line statement profiling for fine detail * Performs per-subroutine statement profiling for overview * Performs per-block statement profiling (the first profiler to do so) * Accounts correctly for time spent after calls return * Performs inclusive and exclusive timing of subroutines * Subroutine times are per calling location (a powerful feature) * Can profile compile-time activity, just run-time, or just END time * Uses novel techniques for efficient profiling * Sub-microsecond (100ns) resolution on systems with clock_gettime() * Very fast - the fastest statement and subroutine profilers for perl * Handles applications that fork, with no performance cost * Immune from noise caused by profiling overheads and I/O * Program being profiled can stop/start the profiler * Generates richly annotated and cross-linked html reports * Trivial to use with mod_perl - add one line to httpd.conf * Includes an extensive test suite * Tested on very large codebases . NYTProf is effectively two profilers in one: a statement profiler, and a subroutine profiler. . NYTProf stands for 'New York Times Profiler'. Indeed, this module was initially developed from Devel::FastProf by The New York Times Co. to help their developers quickly identify bottlenecks in large Perl applications. |
PackageMaintainer | Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> |
PackageName | libdevel-nytprof-perl |
PackageSection | perl |
PackageVersion | 6.06+dfsg-1+b3 |
SHA-1 | 153134352124786DB55D5F19B5E09CEF47ABAC73 |
SHA-256 | E58B34B2B46F878DB39063C32BB64E6B63D14588D79468FD4F2E20BC33B784B1 |