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
              @[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 α) (profile : Aesop.Profile) :
                Equations
                Instances For
                  def Aesop.ProfileT.liftBase {m : TypeType} {n : TypeType} {α : Type} [MonadLiftT m n] (x : Aesop.ProfileT m α) :
                  Equations
                  Instances For
                    @[always_inline]
                    Equations
                    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} [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