Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加性能数据方法 #37

Merged
merged 27 commits into from
Aug 9, 2022
Merged

增加性能数据方法 #37

merged 27 commits into from
Aug 9, 2022

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    68a751d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from alliaoaoo/master

    添加OpenglServer和SysmontapServer分别获取GPU/FPS/CPU/MEM相关数据
    aoliaoaoaojiao authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    7a12b09 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Configuration menu
    Copy the full SHA
    dff19c7 View commit details
    Browse the repository at this point in the history
  2. 添加GetPerfmon方法

    aoliaoaoaojiao committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    524118d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    d926e59 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    002c807 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. 优化方法

    aoliaoaoaojiao committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    ffd142e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. 优化输出流

    aoliaoaoaojiao committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    ba23631 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. 优化方法

    aoliaoaoaojiao committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    7129fcc View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    427f6a9 View commit details
    Browse the repository at this point in the history
  2. 增加参数类型

    aoliaoaoaojiao committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    34963b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    ab7fa7e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. 优化输出

    aoliaoaoaojiao committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    cd22b7e View commit details
    Browse the repository at this point in the history
  2. 优化输出

    aoliaoaoaojiao committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    e28ae39 View commit details
    Browse the repository at this point in the history
  3. 优化输出

    aoliaoaoaojiao committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    e5d9bd8 View commit details
    Browse the repository at this point in the history
  4. 优化输出

    aoliaoaoaojiao committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    fce0073 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    770c503 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. 细节优化

    aoliaoaoaojiao committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    c133ba6 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    6c123a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    8798ee5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f86180 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1990f9b View commit details
    Browse the repository at this point in the history
  4. 优化性能数据

    aoliaoaoaojiao committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    d37e137 View commit details
    Browse the repository at this point in the history
  5. toString方法优化

    aoliaoaoaojiao committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    be1cb2a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. 优化chan关闭

    aoliaoaoaojiao committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    154365d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd96af8 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. 1.删除perfmorance包,性能数据struct放到instruments中,里面的性能数据struct删除ToString、ToJ…

    ……son、ToFormat方法
    
    2.隐藏StopPerfmon方法,调用GetPerfmon返回的context.CancelFunc直接关闭
    3.弃用PerfMonData通道处理数据,原始性能数据统一输送到interface通道里,由用户自行决定数据的处理
    4.CPU、MEM优化异常PID信息提示
    5.GetPerfmon参数优化,默认展示所有性能数据
    6.fix cpu、mem plist Unknown parameter
    aoliaoaoaojiao committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    d83a53c View commit details
    Browse the repository at this point in the history