Documentation

Aesop.Profiling

Instances For
    Equations
    Equations
    • One or more equations did not get rendered due to their size.
    structure Aesop.Profile :
    Instances For
      Equations
      • One or more equations did not get rendered due to their size.
      Equations
      • Aesop.Profile.empty = { total := 0, configParsing := 0, ruleSetConstruction := 0, search := 0, ruleSelection := 0, ruleApplications := #[] }
      Instances For
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              • isProfilingEnabled : Bool
              Instances For
                @[inline, reducible]
                abbrev Aesop.ProfileT (m : TypeType) (α : Type) :
                Equations
                Instances For
                  def Aesop.ProfileT.run {m : TypeType} {α : Type} [Monad m] [MonadLiftT (ST IO.RealWorld) m] (x : Aesop.ProfileT m α) (isProfilingEnabled : Bool) (profile : Aesop.Profile) :
                  Equations
                  Instances For
                    class Aesop.MonadProfile (m : TypeType u_1) extends MonadReaderOf , MonadStateOf :
                    Type (max 1 u_1)
                      Instances
                        @[always_inline]
                        Equations
                        • Aesop.isProfilingEnabled = do let __do_lift ← read pure __do_lift.isProfilingEnabled
                        Instances For
                          @[always_inline]
                          Equations
                          • One or more equations did not get rendered due to their size.
                          Instances For
                            @[always_inline]
                            Equations
                            • One or more equations did not get rendered due to their size.
                            Instances For
                              @[always_inline]
                              def Aesop.profiling {m : TypeType u_1} [Monad m] [Aesop.MonadProfile m] {α : Type} [MonadLiftT BaseIO m] (x : m α) (recordProfile : αAesop.Nanosm Unit) :
                              m α
                              Equations
                              • One or more equations did not get rendered due to their size.
                              Instances For