积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(83)C++(83)Conan(74)

语言

全部英语(82)英语(1)

格式

全部PDF文档 PDF(83)
 
本次搜索耗时 0.041 秒,为您找到相关结果约 83 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Continuous Regression Testing for Safer and Faster Refactoring

    compare(new_output, old_output); report.store(test_case); } generate_summary_report();20 Aurora Innovation Snapshot Testing Debugging System is treated as a black box. Output may miss important data. Reliability test_case: test_suite) { auto new_output = new_system(test_case); store_snapshot(test_case, new_output); auto old_output = load_snapshot(test_case); auto report = compare(new_output, old_output); report Debugging Good tests point to the root cause when they fail.22 Aurora Innovation Problem: Reliability Snapshot tests are prone to capturing non-deterministic data. are prone to capturing unimportant data.
    0 码力 | 85 页 | 11.66 MB | 5 月前
    3
  • pdf文档 What's Eating my RAM?

    / AddressSanitizer / memcheck massif snapshot in the end VS. snapshots over timeMemory Leaks: Tools TestAllocator / AddressSanitizer / memcheck massif snapshot in the end VS. snapshots over time LEAK 669 blocks Memory Leaks: Tools TestAllocator / AddressSanitizer / memcheck massif snapshot in the end VS. snapshots over time LEAK SUMMARY: definitely lost: 921,664 bytes in 730 blocks
    0 码力 | 88 页 | 3.49 MB | 5 月前
    3
  • pdf文档 2020: The Year of Sanitizers?

    Victor Ciura | @ciura_victor - 2020: The Year of Sanitizers? Snapshot File Game changer! Minidump file (*.dmp) <= Windows snapshot process (program virtual memory/heap + metadata) VS can parse general ➡ + Live Share76 2020 Victor Ciura | @ciura_victor - 2020: The Year of Sanitizers? Snapshot Loaded77 2020 Victor Ciura | @ciura_victor - 2020: The Year of Sanitizers? How does it work
    0 码力 | 135 页 | 27.77 MB | 5 月前
    3
  • pdf文档 Tracy: A Profiler You Don't Want to Miss

    issues: information overload; profiling overhead (skew) selective (manual) Sampling callstack snapshot probing system-wide automatic (regular intervals) OS kernel events hardware counters issues: issues: information overload; profiling overhead (skew) selective (manual) Sampling callstack snapshot probing system-wide automatic (regular intervals) OS kernel events hardware counters issues:
    0 码力 | 84 页 | 8.70 MB | 5 月前
    3
  • pdf文档 Tracy: A Profiler You Don't Want to Miss

    issues: information overload; profiling overhead (skew) selective (manual) Sampling callstack snapshot probing system-wide automatic (regular intervals) OS kernel events hardware counters issues: issues: information overload; profiling overhead (skew) selective (manual) Sampling callstack snapshot probing system-wide automatic (regular intervals) OS kernel events hardware counters issues:
    0 码力 | 85 页 | 6.51 MB | 5 月前
    3
  • pdf文档 CppCon2021 Concurrency TS2

    Executor Support ● 33.2 Safe Reclamation ○ 33.2.1 Hazard Pointers ○ 33.2.2 RCU ○ 33.2.3 Latest/Snapshot? ○ 33.2.4 Asymmetric fences 15 © 2021. 16 To learn or not to learn? • What did we learn? • What
    0 码力 | 58 页 | 1.62 MB | 5 月前
    0.03
  • pdf文档 Building bridges: Leveraging C++ and ROS for simulators, sensor data and algorithms

    deterministic execution when the simulator is configured to run in synchronous mode: while (true) { get_snapshot(); for (sensor : all_sensors) { sensor.update(); // storing all messages that would be sent
    0 码力 | 38 页 | 2.17 MB | 5 月前
    3
  • pdf文档 Embracing an Adversarial Mindset for Cpp Security

    (VBS) ○ Intel Software Guard Extensions (Intel SGX)Fuzzing ● LibFuzzer + Address Sanitizer ● Snapshot Fuzzing (Nyx, What the Fuzz) ● Structure Aware Fuzzing (libprotobuf-mutator) ● Fuzzing as a Service
    0 码力 | 92 页 | 3.67 MB | 5 月前
    3
  • pdf文档 Exceptional C++

    🔥 🚫 🚫 React / Recover / Control2021 Victor Ciura | @ciura_victor - Exceptional C++ 23 Snapshot - context 🔎 📸 SEH2021 Victor Ciura | @ciura_victor - Exceptional C++ 24 CONTEXT struct
    0 码力 | 113 页 | 24.39 MB | 5 月前
    3
  • pdf文档 Conan 1.56 Documentation

    need to fetch the code from external origins when building from sources. It can be considered a “snapshot” of the source code. • Using the scm attribute of the conanfile to capture the remote and commit 1@user/testing Now we want to start developing and testing the code for pkgb, but we want to create a “snapshot” of the dependency graph, to isolate our development from possible changes (note that the recipe using the locked versions for both libb/0.2@user/testing and liba/0.1@user/testing, as this was the snapshot of existing versions when the CI pipeline started, even if later a liba/0.2@user/testing was created
    0 码力 | 963 页 | 7.67 MB | 1 年前
    3
共 83 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 9
前往
页
相关搜索词
ContinuousRegressionTestingforSaferandFasterRefactoringWhatEatingmyRAM2020TheYearofSanitizersTracyProfilerYouDonWanttoMisscppcon2021ConcurrencyTS2BuildingbridgesLeveragingC++ROSsimulatorssensordataalgorithmsEmbracinganAdversarialMindsetCppSecurityExceptionalConan1.56Documentation
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩