Code Monkey home page Code Monkey logo

devkit-vscode-plugin's Introduction

Kunpeng_DevKit_Frontend

The Kunpeng DevKit contains Porting Advisor, Hyper Tuner, and other tools. The VS Code plugin, functioning as the client of Porting Advisor and Hyper Tuner, works with the server to help developers accelerate application porting and computing power upgrade.

Kunpeng Porting Advisor

The Kunpeng Porting Advisor is a tool that simplifies the porting of applications to the servers powered by Kunpeng 916 or Kunpeng 920 processors. This tool applies only to development and test environments and supports only scanning, analysis, and porting of software from x86 servers running Linux to Kunpeng servers running Linux.

  • Software porting assessment: The tool scans and analyzes the x86 software to be ported, assesses the porting feasibility, and provides links for downloading dependency files compatible with the Kunpeng platform.
  • Source code porting: The tool automatically scans and analyzes C, C++, Fortran, Python, and assembly source code, assesses the dependency files to be ported, provides code modification suggestions, and transcodes the x86 assembly instructions in the source code into equivalent Kunpeng assembly instructions. You can quickly modify the source code based on the suggestions, or apply a batch modification for the same type of code with one click.
  • Software package rebuild: The tool analyzes the composition and dependency of the Linux software package on the x86 platform, replaces the x86 dependency files with those compatible with the Kunpeng platform, and rebuilds the software package applicable to the Kunpeng platform.
  • Dedicated software porting: You can modify, compile, and rebuild the commonly used dedicated software applicable to the Kunpeng platform with a few clicks.
  • Enhanced functions: The tool provides static checks for software code quality, including 64-bit mode compatibility check, structure byte alignment check, cache line alignment check, and weak memory ordering check.

Kunpeng Hyper Tuner

The Kunpeng Hyper Tuner is a tool set that consists of the System Profiler, Java Profiler, System Diagnosis, and Tuning Assistant.

System Profiler

The System Profiler is a performance analysis and tuning tool for Kunpeng 916 or 920 servers. It collects performance data of processors, operating system, processes, threads, and functions, analyzes system performance metrics, and locates bottlenecks and hotspot functions.

Java Profiler

Java Profiler is a tool for analyzing and tuning the performance of Java programs running on TaiShan servers. It can analyze and optimize Java programs on local or remote servers, graphically display information about heaps, threads, locks, and garbage collection (GC) of Java programs, collect hotspot functions, and locate program bottlenecks, allowing you take dedicated measures for tuning.

System Diagnosis

The tool analyzes system operating metrics to identify exceptions, such as memory leakage, memory overwriting, and network packet loss, and provides tuning suggestions. The tool also supports system pressure tests, such as the network I/O pressure test, which helps evaluate the system's maximum performance.

Tuning Assistant

The Tuning Assistant systematically organizes and analyzes performance metrics, hotspot functions, and system configurations to form a system resource consumption chain. It provides guidance for analyzing performance bottlenecks based on tuning paths and gives tuning suggestions and operation guides for each tuning path to implement fast tuning.

Build

Build the Hyper Tuner client.

  • cd extension/perfadvisor
  • npm install
  • npm run package

Build the Porting Advisor client.

  • cd extension/porting
  • npm install
  • npm run package

devkit-vscode-plugin's People

Contributors

zhangyuhan15 avatar

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.