PreviousUpNext

15.3.116  src/lib/compiler/back/low/library/freq.api

#
# This represents execution frequency.
#
# -- Allen Leung

# Compiled by:
#     src/lib/compiler/back/low/lib/lib.lib

api  Freq {

    Freq = Int;

    include api Int                             # Int           is from   src/lib/std/src/int.api
                where  Int == Freq;
};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext