awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesFunction Metadata Extraction

Retrieving technical implementation details of functions from a binary or runtime environment.

Distinct from Metadata Inspection: None of the candidates cover extracting memory addresses and parameter counts from engine functions.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Function Metadata Extraction. Refine with filters or upvote what's useful.

Awesome Function Metadata Extraction GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • gaogaotiantian/viztracergaogaotiantian का अवतार

    gaogaotiantian/viztracer

    7,674GitHub पर देखें↗

    VizTracer is a Python runtime instrumentation system and execution profiler used to trace and visualize code execution. It functions as a multi-process performance analyzer and trace visualizer, providing an interactive timeline and flamegraph interface to identify performance bottlenecks and analyze call sequences. The project distinguishes itself by its ability to aggregate execution data from multiple threads, subprocesses, and asynchronous tasks into a single unified report. It also features live process instrumentation, allowing users to attach to and detach from running Python applicati

    Provides mechanisms to exclude specific functions and their descendants from the execution trace to reduce noise.

    Pythondebuggingflamegraphlogging
    GitHub पर देखें↗7,674
  • universal-ctags/ctagsuniversal-ctags का अवतार

    universal-ctags/ctags

    7,229GitHub पर देखें↗

    Universal Ctags is a multi-language symbol indexer and regex-based parsing engine used to extract and catalog functions, classes, and variables from source code. It functions as a source code indexer that scans files across diverse programming languages to create searchable catalogs of definitions and declarations. The project is distinguished by its extensible parser framework, which allows users to define new language rules using regular expressions and configuration files. It supports complex parsing scenarios through state-based parsing, stack-oriented scope tracking, and guest-parser del

    Captures modifiers such as virtual and static as metadata fields for indexed functions and variables.

    Ccode-analysiscode-completioncode-navigation
    GitHub पर देखें↗7,229
  • jrfonseca/gprof2dotjrfonseca का अवतार

    jrfonseca/gprof2dot

    3,434GitHub पर देखें↗

    gprof2dot is a performance graph generator and visualizer that converts gprof GNU profiler execution profiles into Graphviz DOT files. It transforms raw profiler data into a directed graph to map function call hierarchies and identify software bottlenecks. The tool employs heuristic-based color mapping to highlight performance hotspots by assigning colors to nodes and edges based on execution time percentages. It also supports differential profile analysis, allowing for the comparison of two distinct execution graphs to identify changes in timing and call counts between runs. To improve visu

    Extracts and displays specific function entries from input data to define the rendering scope.

    Pythonc-plus-plusgraphprofiling
    GitHub पर देखें↗3,434
  1. Home
  2. Programming Languages & Runtimes
  3. Function Metadata Extraction

सब-टैग एक्सप्लोर करें

  • Profiled Function FilteringExtracts a subset of functions from a profile to limit the scope of a visualization. **Distinct from Function Metadata Extraction:** Focuses on defining the scope of a visual map rather than extracting technical metadata from binaries.