积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(669)综合其他(314)云计算&大数据(236)Weblate(224)Python(196)数据库(179)系统运维(115)C++(113)VirtualBox(113)Julia(87)

语言

全部英语(1272)中文(简体)(185)中文(繁体)(21)英语(8)德语(5)西班牙语(5)日语(5)zh(4)法语(2)

格式

全部PDF文档 PDF(1172)其他文档 其他(341)PPT文档 PPT(5)
 
本次搜索耗时 0.256 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • 综合其他
  • 云计算&大数据
  • Weblate
  • Python
  • 数据库
  • 系统运维
  • C++
  • VirtualBox
  • Julia
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 德语
  • 西班牙语
  • 日语
  • zh
  • 法语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Hardware Breakpoint implementation in BCC

    Hardware Breakpoint implementation in BCC Manali Shukla Aanandita Dhawan Maneesh Soni October 28, 2020 Hardware breakpoint Memory in debuggers Elegant mechanism to monitor memory access Perf hardware breakpoint implementation: mem:[:access] [Hardware breakpoint] Example: perf stat -e mem:0xffffffffbb65f478:rw 01 https://www https://www.kernel.org/doc/ols/2009/ols2009-pages-149-158.pdf Implementation void bpf_attach_breakpoint(uint64_t symbol_addr, int pid, int progfd, int bp_type) { struct perf_event_attr attr = {}; memset(&attr
    0 码力 | 8 页 | 2.02 MB | 1 年前
    3
  • pdf文档 Performance Engineering: Being Friendly to Your Hardware

    Being Friendly to Your Hardware Performance Engineering A gentle introduction to hardware for software engineers 2Where does C++ run? 3On an abstract C++ machine 4On an abstract C++ machine? specialty instructions, on-core and off- core accelerators • Data layout: both software and hardware characteristics 84 src dst • Alignment: source and destination • Size • Direction • LinearityExample
    0 码力 | 111 页 | 2.23 MB | 5 月前
    3
  • pdf文档 User’s Guide for Free Pascal, Version 3.2.2

    Before Installation : Requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 2.1.1 Hardware requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 2.1.2 Software requirements something useful. 9 Chapter 2 Installing the compiler 2.1 Before Installation : Requirements 2.1.1 Hardware requirements The compiler needs at least one of the following processors: 1. An Intel 80386 or of watches in a separate window. Breakpoint (CTRL-F8) Sets a breakpoint at the current line. When debugging, program execution will stop at this breakpoint. Breakpoint list Shows the current list of breakpoints
    0 码力 | 217 页 | 756.57 KB | 1 年前
    3
  • pdf文档 Python 标准库参考指南 2.7.18

    . . . . . . . . . 1412 40 SunOS Specific Services 1413 40.1 sunaudiodev —Access to Sun audio hardware . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1413 40.2 SUNAUDIODEV —Constants used with Reference, 发布 2.7.18 window.idcok(flag) If flag is False, curses no longer considers using the hardware insert/delete character feature of the terminal; if flag is True, use of character insertion and is enabled by default. window.idlok(yes) If called with yes equal to 1, curses will try and use hardware line editing facilities. Otherwise, line inser- tion/deletion are disabled. window.immedok(flag)
    0 码力 | 1552 页 | 7.42 MB | 9 月前
    3
  • pdf文档 Python 标准库参考指南 2.7.18

    . . . . . . . . . 1412 40 SunOS Specific Services 1413 40.1 sunaudiodev —Access to Sun audio hardware . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1413 40.2 SUNAUDIODEV —Constants used with Reference, 发布 2.7.18 window.idcok(flag) If flag is False, curses no longer considers using the hardware insert/delete character feature of the terminal; if flag is True, use of character insertion and is enabled by default. window.idlok(yes) If called with yes equal to 1, curses will try and use hardware line editing facilities. Otherwise, line inser- tion/deletion are disabled. window.immedok(flag)
    0 码力 | 1552 页 | 7.42 MB | 9 月前
    3
  • pdf文档 Python 标准库参考指南 2.7.18

    . . . . . . . . . 1412 40 SunOS Specific Services 1413 40.1 sunaudiodev —Access to Sun audio hardware . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1413 40.2 SUNAUDIODEV —Constants used with Reference, 发布 2.7.18 window.idcok(flag) If flag is False, curses no longer considers using the hardware insert/delete character feature of the terminal; if flag is True, use of character insertion and is enabled by default. window.idlok(yes) If called with yes equal to 1, curses will try and use hardware line editing facilities. Otherwise, line inser- tion/deletion are disabled. window.immedok(flag)
    0 码力 | 1552 页 | 7.42 MB | 9 月前
    3
  • pdf文档 The Zig Programming Language 0.12.0 Documentation

    runtime, such as comptime_int and type , the result is 0 . See also: @sizeOf @typeInfo @breakpoint @breakpoint() void This function inserts a platform-specific debug trap instruction which causes debuggers @sqrt(value: anytype) @TypeOf(value) Performs the square root of a floating point number. Uses a dedicated hardware instruction when available. Supports Floats and Vectors of floats. @sin @sin(value: anytype) @TypeOf(value) Sine trigonometric function on a floating point number in radians. Uses a dedicated hardware instruction when available. Supports Floats and Vectors of floats. @cos @cos(value: anytype)
    0 码力 | 241 页 | 7.37 MB | 1 年前
    3
  • pdf文档 Kotlin Language Documentation 1.3

    coroutines helps build server-side applications that scale to massive numbers of clients with modest hardware requirements. Interoperability: Kotlin is fully compatible with all Java-based frameworks, which and unreliable. Instead, we suggest a collection of alternative approaches, allowing you to use hardware concurrency and implement blocking IO. Those approaches are as follows, and they will be elaborated Current executable set to 'terminator.kexe' (x86_64). (lldb) b kfun:main(kotlin.Array) Breakpoint 1: where = terminator.kexe`kfun:main(kotlin.Array) + 4 at hello.kt:2, address =
    0 码力 | 597 页 | 3.61 MB | 1 年前
    3
  • pdf文档 What's New in Visual Studio 2022

    Instruction Pointers for functions in modules view. Breakpoint Groups Visit https://aka.ms/BreakpointGroups for more details Dependent Breakpoint GroupsIn Visual Studio 2022 version 17.5, CMake Debugger Explorer for Linux Learn more at https://aka.ms/vslinuxEmbedded • On Chip Debugging with hardware breakpoint limits • Peripheral and RTOS object views • Serial monitor • Available in Visual Studio 2022
    0 码力 | 55 页 | 3.27 MB | 5 月前
    3
  • pdf文档 The Zig Programming Language 0.5.0 Documentation

    @alignCast @alignOf @ArgType @asyncCall @atomicLoad @atomicRmw @bitCast @bitOffsetOf @boolToInt @breakpoint @mulAdd @byteSwap @bitReverse @byteOffsetOf @bytesToSlice @cDefine @cImport @cInclude @clz @cmpxchgStrong If the value is known at compile-time, the return type is comptime_int instead of u1. @breakpoint @breakpoint() This function inserts a platform-specific debug trap instruction which causes debuggers @sqrt(comptime T: type, value: T) T Performs the square root of a floating point number. Uses a dedicated hardware instruction when available. Supports f16, f32, f64, and f128, as well as vectors. @sin @sin(comptime
    0 码力 | 224 页 | 5.80 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
HardwareBreakpointimplementationinBCCPerformanceEngineeringBeingFriendlytoYourUserGuideforFreePascalVersion3.2Python标准参考指南2.718zig编程语言KotlinLanguageDocumentation1.3WhatNewVisualStudio2022
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩