会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Phrink734
This is all about Phrink
博客园
首页
新随笔
联系
订阅
管理
2025年12月29日
rust交叉编译 simpileperf
摘要: 注意:以下所有命令都假定你在 Windows 环境下使用 WSL/Git Bash 或 PowerShell,并针对 Android x86_64 架构 进行交叉编译和性能采集. 常见 simpleperf 编译命令与环境准备 1. NDK 路径确认 (Windows) # Windows NDK
阅读全文
posted @ 2025-12-29 18:37 phrink
阅读(10)
评论(0)
推荐(0)
2025年11月26日
tps
摘要: TCP 服务器性能瓶颈与架构分析报告 一个取消使用缓存存取消息后带来的问题 并发congif [[steps]] name = "Step 1: Low Concurrency Baseline" concurrency = 50 # 并发客户端数量 duration_secs = 20 # 测试持
阅读全文
posted @ 2025-11-26 18:11 phrink
阅读(19)
评论(0)
推荐(0)
note1
摘要: file查看相应的文件格式 file press_test # output press_test: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-
阅读全文
posted @ 2025-11-26 17:38 phrink
阅读(21)
评论(0)
推荐(0)
2025年10月24日
新windows机器配置linux和终端
摘要: 💻 环境配置指南 1. 安装 Scoop (Windows 包管理器) 在 非管理员终端 执行以下命令进行 Scoop 的安装: 1.1. 设置执行策略并安装 # 设置执行策略为 RemoteSigned,仅对当前用户有效 Set-ExecutionPolicy -ExecutionPolicy
阅读全文
posted @ 2025-10-24 11:18 phrink
阅读(17)
评论(0)
推荐(0)
2025年10月10日
手机adb 调试自己
摘要: 打开无线调试模式 会看到 IP 地址和端口 : 192.168.AAAA 使用配对码配对设备: 打开有WLAN配对码:xxx ,IP 地址和端口:xxx 在命令行里 #connect 第一个IP 地址和端口 建立信任关系 adb connect 192.168.AAA #connect第二个 adb
阅读全文
posted @ 2025-10-10 18:37 phrink
阅读(37)
评论(0)
推荐(0)
adb调试
摘要: 1打开无线调试模式 会看到 IP 地址和端口 : 192.168.AAAA 使用配对码配对设备: 打开有WLAN配对码:xxx ,IP 地址和端口:xxx 在命令行里 #connect 第一个IP 地址和端口 建立信任关系 adb connect 192.168.AAA #connect第二个 ad
阅读全文
posted @ 2025-10-10 13:43 phrink
阅读(33)
评论(0)
推荐(0)
使用perf进行性能分析-入门级别
摘要: 看一个cpp的例子 考虑以下的代码类似ls的代码minils.c #include <dirent.h> //包含使用的Opendir readdir closedir 函数 #include <error.h> #include <stdio.h> #include <string.h> #inc
阅读全文
posted @ 2025-10-10 09:55 phrink
阅读(26)
评论(0)
推荐(0)
2025年9月16日
工作日志
摘要: 9.16 修复报错字体大小bug 补充日志 TeXmacs/progs/debug/debug-widgets.scm 修改build-message 为以下 (define (build-message m) (let* ((k (tm->stree (tm-ref m 0))) (s (utf8
阅读全文
posted @ 2025-09-16 17:45 phrink
阅读(16)
评论(0)
推荐(0)
2025年8月4日
vscode常用默认快捷键
摘要: vscode 常用默认快捷键 1、工作区快捷键 Mac 快捷键 Win 快捷键 作用 备注 Cmd + Shift + P Ctrl + Shift + P 显示命令面板 F1 Cmd + B Ctrl + B 显示/隐藏侧边栏 很实用 Cmd + \ Ctrl + \ 拆分为多个编辑器 【重要】写
阅读全文
posted @ 2025-08-04 10:01 phrink
阅读(259)
评论(0)
推荐(0)
2025年4月15日
ch5
摘要: chp5 改动的代码文件和注释 5.1 wait用于等待任意一个子进程,waitpid用于等待特定子进程 /// 等待任意一个子进程 pub fn wait(exit_code: &mut i32) -> isize { loop { match sys_waitpid(-1, exit_code
阅读全文
posted @ 2025-04-15 22:24 phrink
阅读(34)
评论(0)
推荐(0)
下一页
公告