Git Product home page Git Product logo

Comments (2)

DamonHu avatar DamonHu commented on June 3, 2024
  1. 频繁写入cpu占用高的问题,之前提到过的

短期大量输出内容刷新界面,会导致cpu大量计算占用,所以可以采取节流的方式,设置定时刷新界面,单位秒,默认为0,例如5秒刷新一次,或者自定义时间

ZXKitLogger.throttleTime = 5

更新到4.0.9版本可使用

这个主要是因为cell的显示问题,如果把调试信息的页面关闭,应该会大幅度降低cpu占用的

  1. 全局开关的话,你可以在使用的时候额外封装一层就好了呀,比如自定义一个函数 DLog,在自定义函数里控制输入就好了

from zxkitlogger.

ytx0574 avatar ytx0574 commented on June 3, 2024

好的, 感谢您了

from zxkitlogger.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.