Git Product home page Git Product logo

watchdog-1's Introduction

Watchdog

Watchdog is a C99-compliant runtime dynamically-allocated memory-tracer library that may come in handy at the development stage, during a memory leak hunting session, or while analyzing the memory bottle-neck of you program.

How does it work?

Watchdog fulfills only the following task:

  • log every usage of heap memory while the program is running.

This allows, with a small overhead over performances, to maintain the whole "history" of the dynamic memory usage, that can be analyzed in a separate stage.
At this point one can freely analyze the "history" by itself, alternatively watchdog analyzer can be used to ease this task.

How to integrate?

Watchdog is designed to be integrated simply into the existing code.
One should just include "watchdog.h" instead of "stdlib.h" into the files that need to be traced.

Watchdog does not trace external libraries, it only traces those ones in which it is included.

How to turn it off?

If NDEBUG is defined, watchdog is automatically disabled so that programs will run with zero overhead, using the standard allocators in "stdlib.h".

Recommendations

It is strongly recommended to use Watchdog only in pre-production stages.

Useful links:

watchdog-1's People

Contributors

daddinuz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.