Use libinstrumentation to add stack traces to your code. Usage:

- Add libinstrumentation to your project (details depend on the compiler used)
- Define a list of file numbers in a central location
- Add include: #include "libinstrumentation.h"
- Below the include, add a line like #define FILE_NUMBER FILE_NO_ARCHIVE_ACCESS_CPP
- At the start of a function, add the macro SET_SCOPE;
- Before dangerous/long/critical operations, add a call to SET_OP;
- Replace any return statements with the RETURN macro
- Any time you need a stacktrace, call stGetCurrentThreadStackTrace. This will get you a string composed of pairs a:b, where a is a file number you defined and b is a line number for that file

Please check out the latest version from git and please check the code samples.

Features

  • Stacktraces
  • Instrumentation
  • Portable

Project Activity

See All Activity >

Follow libinstrumentation

libinstrumentation Web Site

Other Useful Business Software
A privacy-first API that predicts global consumer preferences Icon
A privacy-first API that predicts global consumer preferences

Qloo AI adds value to a wide range of Fortune 500 companies in the media, technology, CPG, hospitality, and automotive sectors.

Through our API, we provide contextualized personalization and insights based on a deep understanding of consumer behavior and more than 575 million people, places, and things.
Learn More
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of libinstrumentation!

Additional Project Details

Registered

2023-01-09