Sha256: 341cec92ba396ffa1da9461d5ed55a1eec8d1d1144495e04978ada75c8e894bb

Contents?: true

Size: 718 Bytes

Versions: 18

Compression:

Stored size: 718 Bytes

Contents

/* Copyright (C) 2005-2019 Shugo Maeda <shugo@ruby-lang.org> and Charlie Savage <cfis@savagexi.com>
   Please see the LICENSE file for copyright and distribution information */

#ifndef __RUBY_PROF_H__
#define __RUBY_PROF_H__

#include <ruby.h>
#include <ruby/debug.h>
#include <stdio.h>
#include <stdbool.h>

#ifndef rb_st_lookup
#define rb_st_foreach st_foreach
#define rb_st_free_table st_free_table
#define rb_st_init_numtable st_init_numtable
#define rb_st_insert st_insert
#define rb_st_lookup st_lookup
#endif


extern VALUE mProf;

// This method is not exposed in Ruby header files - at least not as of Ruby 2.6.3 :(
extern size_t rb_obj_memsize_of(VALUE);

#endif //__RUBY_PROF_H__

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
ruby-prof-1.4.5-x64-mingw-ucrt ext/ruby_prof/ruby_prof.h
ruby-prof-1.4.5 ext/ruby_prof/ruby_prof.h
ruby-prof-1.4.4-x64-mingw-ucrt ext/ruby_prof/ruby_prof.h
ruby-prof-1.4.4 ext/ruby_prof/ruby_prof.h
ruby-prof-1.4.3-x64-mingw32 ext/ruby_prof/ruby_prof.h
ruby-prof-1.4.3 ext/ruby_prof/ruby_prof.h
ruby-prof-1.4.2-x64-mingw32 ext/ruby_prof/ruby_prof.h
ruby-prof-1.4.2 ext/ruby_prof/ruby_prof.h
ruby-prof-1.4.1-x64-mingw32 ext/ruby_prof/ruby_prof.h
ruby-prof-1.4.1 ext/ruby_prof/ruby_prof.h
ruby-prof-1.4.0-x64-mingw32 ext/ruby_prof/ruby_prof.h
ruby-prof-1.4.0 ext/ruby_prof/ruby_prof.h
ruby-prof-1.3.2 ext/ruby_prof/ruby_prof.h
ruby-prof-1.3.1-x64-mingw32 ext/ruby_prof/ruby_prof.h
ruby-prof-1.3.1 ext/ruby_prof/ruby_prof.h
ruby-prof-1.3.0-x64-mingw32 ext/ruby_prof/ruby_prof.h
ruby-prof-1.3.0 ext/ruby_prof/ruby_prof.h
ruby-prof-1.2.0 ext/ruby_prof/ruby_prof.h