Alchemetrics

v0.1.1

  • Pages
  • Modules

    Alchemetrics v0.1.1 Alchemetrics.Function View Source

    Link to this section Summary

    Functions

    has_metric_tag?(function)
    inject_code_before_and_after_body(function, before_code, after_code)
    inject_code_in_the_begining(function, code_to_inject)
    inject_code_in_the_end(function, code_to_inject)
    mark_for_instrumentation(function)
    new(env, kind, name, args, guards, body)
    similar_functions_marked_for_instrumentation?(function)
    transform_to_ast(function)

    Link to this section Functions

    Link to this function has_metric_tag?(function) View Source
    Link to this function inject_code_before_and_after_body(function, before_code, after_code) View Source
    Link to this function inject_code_in_the_begining(function, code_to_inject) View Source
    Link to this function inject_code_in_the_end(function, code_to_inject) View Source
    Link to this function mark_for_instrumentation(function) View Source
    Link to this function new(env, kind, name, args, guards, body) View Source
    Link to this function similar_functions_marked_for_instrumentation?(function) View Source
    Link to this function transform_to_ast(function) View Source

    Built using ExDoc (v0.16.2), designed by Friedel Ziegelmayer.