摘要: Perf Commands: perf root@f5c6cb9f45b1:/# perf usage: perf [--version] [--help] [OPTIONS] COMMAND [ARGS] The most commonly used perf commands are: anno 阅读全文
posted @ 2023-11-06 13:50 DORAB 阅读(79) 评论(0) 推荐(0)
摘要: Tail Call Basics Tail call is any function that is in tail position, the final action to be peformed before a function returns. Tail call optimization 阅读全文
posted @ 2023-10-19 04:29 DORAB 阅读(54) 评论(0) 推荐(0)
摘要: 1. Why WASM containerzation in HPC systems recommended in the paper in the "privilege aspect" 2. How functions in Wasm be implemented" 目录Abstract from 阅读全文
posted @ 2023-10-06 03:47 DORAB 阅读(73) 评论(0) 推荐(0)
摘要: 目录During installing wabtPort mappingConvert the binary wasm file to WebAssembly code filewhat is the dierctory of wasm3 mean?Set wasm3 to debug modeSe 阅读全文
posted @ 2023-10-03 05:17 DORAB 阅读(33) 评论(0) 推荐(0)
摘要: SOME/IP: Scalabeservice-Oriented Mideleware over IP, IP-based extensible service-oriented middleware. In the protocol architecture of Ethernet in vehi 阅读全文
posted @ 2023-04-20 22:01 DORAB 阅读(57) 评论(0) 推荐(0)
摘要: The DCPS conceptual model DDS is a Data-Centric Publish Subscribe(DCPS) model, and three key application entities are defined in its iimplementation: 阅读全文
posted @ 2023-04-20 22:01 DORAB 阅读(155) 评论(0) 推荐(0)
摘要: Using IDL to define a data type Supported IDL types [https://fast-dds.docs.eprosima.com/en/latest/fastddsgen/dataTypes/dataTypes.html] Primitive types 阅读全文
posted @ 2023-04-20 21:59 DORAB 阅读(321) 评论(0) 推荐(0)
摘要: [TOC] # Statement Here I will do a simple experment about the Publisher/Subscriber model in BOTH FastDDS and ROS2(humble, latest), as well as cross co 阅读全文
posted @ 2023-04-20 21:56 DORAB 阅读(506) 评论(0) 推荐(0)