Result for 8FAF8C8EF21702FFC66F2CC1E1E50F9AFC929800

Query result

Key Value
FileName./usr/share/lintian/overrides/eclipse-cdt-valgrind
FileSize132
MD5247D6BDF45C4A8327D41AE50D8DA069D
SHA-18FAF8C8EF21702FFC66F2CC1E1E50F9AFC929800
SHA-2564490251D5BE88ACFD85D6513C0A0031843EE2AB9662E7011884452BB8A69C72D
SSDEEP3:j/WRLMMGaAJAWK+WQvCWvBHNGI7GGJPvVklAG8tdRzy8:P6hpD657R36w1/
TLSHT100C02B72D124ACFC670480005045B48C498455D7E810F8080733804CCC10CD44057003
hashlookup:parent-total3
hashlookup:trust65

Network graph view

Parents (Total: 3)

The searched file hash is included in 3 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize1536960
MD59AC09224FAB1B80C6B9A0F426F44F3F8
PackageDescriptionValgrind integration for Eclipse CDT The Linux Tools Project Valgrind plugin aims to provide simple and effective profiling for the C/C++ Development Tools. . Integration of these tools from Valgrind suite is provided: . * Memcheck * . Memcheck is a tool that detects memory management problems. It is Valgrind's most popular tool and seemingly the most mature. Memcheck's output is rather straight forward - it is a series of errors along with stack trace information. . The Valgrind View presents this output using a TreeViewer with the errors as top-level elements. . The stack trace is presented underneath the error and when a frame is double-clicked an editor will open and go to the line in question. . Markers represent memcheck errors inside the editor and are linked to the Problems View. . Includes an editor for Valgrind suppressions files featuring syntax highlighting, folding and code completion. . * Massif * . Massif is a heap profiling tool. It takes several "snapshots" during execution of your program detailing the various heap allocations throughout. It's output for each snapshot primarily consists the time of the snapshot, how many bytes were allocated that can be used, and how much extra was allocated than was asked. The unit of time can be configured to be instructions, milliseconds or bytes. At specified intervals, "detailed" snapshots are produced. These detailed snapshots contain a tree of heap allocations that comprise that snapshot. Unlike Memcheck, Massif does not yet support XML output. Massif's output is complex and as such requires creative ways of displaying it. Valgrind includes the ms_print program that is used to display Massif's output in a visually appealing manner. ms_print was used as a template for how to display this output. . The default view of the output is with a TableViewer. Snapshots are displayed as tabular data, just as ms_print does. . For detailed snapshots, an icon indicates the snapshot can be double-clicked and the View will display a TreeViewer of the detailed snapshots' heap allocation trees. . ms_print also provides a bar chart of bytes allocated throughout execution. In perhaps a more appropriate style, there is an option to display a detailed line chart of this data. . * Cachegrind * . Cachegrind performs cache and branching profiling. A Cachegrind profile run measures the number of cache misses and branch mispredictions performed by an application. The results of a Cachegrind profile run are displayed in the Valgrind view. These results show Cachegrind's cache/branch data in different levels of granularity. . Double-clicking on any file, function, or line will open the corresponding source file and place the cursor on the appropriate location (if the source can be resolved). . Integration with the CDT's parsed code model provides a user interface that resembles what you see in the Outline view.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNameeclipse-cdt-valgrind
PackageSectiondevel
PackageVersion2.2.1-1
SHA-13EB3198D9C52643DA4BCC3DD3B69B2622385F4AD
SHA-256847413D452811BF242BEE9BC3B720CD3EEDA5452DD40FF5894210FCD05AF5DC7
Key Value
FileSize1401200
MD5764C13E3F74467C2A4060FFB3B9E9D96
PackageDescriptionValgrind integration for Eclipse CDT The Linux Tools Project Valgrind plugin aims to provide simple and effective profiling for the C/C++ Development Tools. . Integration of these tools from Valgrind suite is provided: . * Memcheck * . Memcheck is a tool that detects memory management problems. It is Valgrind's most popular tool and seemingly the most mature. Memcheck's output is rather straight forward - it is a series of errors along with stack trace information. . The Valgrind View presents this output using a TreeViewer with the errors as top-level elements. . The stack trace is presented underneath the error and when a frame is double-clicked an editor will open and go to the line in question. . Markers represent memcheck errors inside the editor and are linked to the Problems View. . Includes an editor for Valgrind suppressions files featuring syntax highlighting, folding and code completion. . * Massif * . Massif is a heap profiling tool. It takes several "snapshots" during execution of your program detailing the various heap allocations throughout. It's output for each snapshot primarily consists the time of the snapshot, how many bytes were allocated that can be used, and how much extra was allocated than was asked. The unit of time can be configured to be instructions, milliseconds or bytes. At specified intervals, "detailed" snapshots are produced. These detailed snapshots contain a tree of heap allocations that comprise that snapshot. Unlike Memcheck, Massif does not yet support XML output. Massif's output is complex and as such requires creative ways of displaying it. Valgrind includes the ms_print program that is used to display Massif's output in a visually appealing manner. ms_print was used as a template for how to display this output. . The default view of the output is with a TableViewer. Snapshots are displayed as tabular data, just as ms_print does. . For detailed snapshots, an icon indicates the snapshot can be double-clicked and the View will display a TreeViewer of the detailed snapshots' heap allocation trees. . ms_print also provides a bar chart of bytes allocated throughout execution. In perhaps a more appropriate style, there is an option to display a detailed line chart of this data. . * Cachegrind * . Cachegrind performs cache and branching profiling. A Cachegrind profile run measures the number of cache misses and branch mispredictions performed by an application. The results of a Cachegrind profile run are displayed in the Valgrind view. These results show Cachegrind's cache/branch data in different levels of granularity. . Double-clicking on any file, function, or line will open the corresponding source file and place the cursor on the appropriate location (if the source can be resolved). . Integration with the CDT's parsed code model provides a user interface that resembles what you see in the Outline view.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNameeclipse-cdt-valgrind
PackageSectiondevel
PackageVersion1.0.0-1
SHA-1AA592C845975F6AD3F3EBFD70A55892F14A6290C
SHA-256BC9340820C32D5E52D9B44AFD322D346990F612A607D8518827013B7A1CB2519
Key Value
FileSize1510670
MD50126CCFA630EACCADC6C661682A6BBA2
PackageDescriptionValgrind integration for Eclipse CDT The Linux Tools Project Valgrind plugin aims to provide simple and effective profiling for the C/C++ Development Tools. . Integration of these tools from Valgrind suite is provided: . * Memcheck * . Memcheck is a tool that detects memory management problems. It is Valgrind's most popular tool and seemingly the most mature. Memcheck's output is rather straight forward - it is a series of errors along with stack trace information. . The Valgrind View presents this output using a TreeViewer with the errors as top-level elements. . The stack trace is presented underneath the error and when a frame is double-clicked an editor will open and go to the line in question. . Markers represent memcheck errors inside the editor and are linked to the Problems View. . Includes an editor for Valgrind suppressions files featuring syntax highlighting, folding and code completion. . * Massif * . Massif is a heap profiling tool. It takes several "snapshots" during execution of your program detailing the various heap allocations throughout. It's output for each snapshot primarily consists the time of the snapshot, how many bytes were allocated that can be used, and how much extra was allocated than was asked. The unit of time can be configured to be instructions, milliseconds or bytes. At specified intervals, "detailed" snapshots are produced. These detailed snapshots contain a tree of heap allocations that comprise that snapshot. Unlike Memcheck, Massif does not yet support XML output. Massif's output is complex and as such requires creative ways of displaying it. Valgrind includes the ms_print program that is used to display Massif's output in a visually appealing manner. ms_print was used as a template for how to display this output. . The default view of the output is with a TableViewer. Snapshots are displayed as tabular data, just as ms_print does. . For detailed snapshots, an icon indicates the snapshot can be double-clicked and the View will display a TreeViewer of the detailed snapshots' heap allocation trees. . ms_print also provides a bar chart of bytes allocated throughout execution. In perhaps a more appropriate style, there is an option to display a detailed line chart of this data. . * Cachegrind * . Cachegrind performs cache and branching profiling. A Cachegrind profile run measures the number of cache misses and branch mispredictions performed by an application. The results of a Cachegrind profile run are displayed in the Valgrind view. These results show Cachegrind's cache/branch data in different levels of granularity. . Double-clicking on any file, function, or line will open the corresponding source file and place the cursor on the appropriate location (if the source can be resolved). . Integration with the CDT's parsed code model provides a user interface that resembles what you see in the Outline view.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNameeclipse-cdt-valgrind
PackageSectiondevel
PackageVersion1.2.1+dfsg-1
SHA-141B185ABDCF5BE5016ED76BA6A7CE9F54872A10D
SHA-25610983DA60AF92E43ABD06AA83959592C730749CBA5F1A1C06B7B2B87C2EA5B1F