美文网首页
systrace快速启动环境配置

systrace快速启动环境配置

作者: 旭仔_2e16 | 来源:发表于2020-12-28 22:05 被阅读0次

1.确保python环境已配置

echo $HOME
touch .bash_profile
open -e .bash_profile

在打开的bash_profile文件中输入
export systrace=/Users/xxx/Library/Android/sdk/platform-tools/systrace/systrace.py
实际目录已自己的为准。
最后中断中输入 source .bash_profiler进行保存。
3.启动systrace
终端中输入:python $systrace。控制台打印Starting tracing (stop with enter)表示成功。

相关文章

  • systrace快速启动环境配置

    1.确保python环境已配置 在打开的bash_profile文件中输入export systrace=/Use...

  • Systrace使用

    systrace的简单使用 1.安装python并配置python环境变量 注意: Systrace.py的使用需...

  • windows systrace 环境配置

    python systrace.py --time=10 -o mynewtrace.html sched gfx...

  • nginx tomcat 搭建web

    本文实验环境在windows下,旨在快速掌握nginx基本使用配置 1启动nginx 进入nginx 目录: 配置...

  • logstash 开机自启动

    环境 修改启动配置项 生成启动文件

  • 配置文件的简单介绍

    在文章 快速构建测试环境 中,我们已经启动了一个实验环境,prometheus_lab 中的配置文件内容被没有做详...

  • RocketMq-4.9.1安装

    JDK 环境配置 启动server 修改配置 文件地址:conf/broker.conf 启动broker 启动控制台

  • elasticsearch 配置篇

    配置 在es启动之前可以通过设置启动命令行启动参数、环境变量、文件等方式优化和配置es进行参数 环境变量 系统配置...

  • 🚀 python+django+tensorflow环境搭建

    ? 启动 安装Python3.7.7 下载PyCharm 配置pip源 ? 配置环境 下载Python3 配置环境...

  • dubbo官方文档入门

    官方文档 快速启动 关键配置 启动类 XML配置-标签的含义-配置的优先级 dubbo-admin搭建-githu...

网友评论

      本文标题:systrace快速启动环境配置

      本文链接:https://www.haomeiwen.com/subject/goqxoktx.html