並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 73件

新着順 人気順

tracingの検索結果1 - 40 件 / 73件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

tracingに関するエントリは73件あります。 COVID-19performanceprogramming などが関連タグです。 人気エントリには 『特定の端末のみで起こる WebView プチフリーズを Tracing を利用して追った話 - SmartNews Engineering Blog』などがあります。
  • 特定の端末のみで起こる WebView プチフリーズを Tracing を利用して追った話 - SmartNews Engineering Blog

    こんにちは、スマートニュース株式会社の紀平です。 SmartNews のアプリ内では、最近 WebView を使った機能を多数公開しております。そのうちの一つにショッピングチャンネルという機能があるのですが、今日はそのショッピングチャンネルのタイムセール枠で以前発生した、謎のプチフリーズ問題の調査手法をご紹介します。 tl;dr 特定の Android 端末でプチフリーズが発生した 再描画領域を減らすことで現象は改善した Chrome の Tracing 機能を利用し、ブラウザのソースコードまで参照して、ついに根本原因まで突き止めた タイムセールで起こった問題 タイムセールは、SmartNews のショッピングチャンネル内において WebView で提供されている、期間限定のお得な商品をアグリゲーションした機能です。EC サイト各社のご協力の上にご提供しております。内部は HTML5 で開

      特定の端末のみで起こる WebView プチフリーズを Tracing を利用して追った話 - SmartNews Engineering Blog
    • ジョインしたチームのマイクロサービスたちを再計装した話 / Getting started tracing instrument micro service with OpenTelemetry

      OpenTelemetry Meetup の登壇スライドです。 https://opentelemetry.connpass.com/event/296353/

        ジョインしたチームのマイクロサービスたちを再計装した話 / Getting started tracing instrument micro service with OpenTelemetry
      • GitHub - Covid-19Radar/Covid19Radar: Open Source / i18n / iOS Android Cross Platform Contact Tracing App by exposure notification framework Xamarin App and Server Side Code

        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

          GitHub - Covid-19Radar/Covid19Radar: Open Source / i18n / iOS Android Cross Platform Contact Tracing App by exposure notification framework Xamarin App and Server Side Code
        • 分散トレーシングの技術選定・OSS 貢献, Stackdriver Trace での性能可視化・改善 / Distributed Tracing case study

          分散トレーシングの技術選定・OSS 貢献, Stackdriver Trace での性能可視化・改善 / Distributed Tracing case study パフォーマンスに苦労している並列処理システムを改善するために Stackdriver Traceを導入して動作の可視化を行った結果、 ボトルネックの存在が判明してパフォーマンスを改善できた事例について紹介します。 この事例でStackdriver Traceを選定した過程や OpenTelemetry へコントリビュートした経緯についても共有します。 また、新規開発のGraphQLサーバへ導入して REST APIサーバと通信をまたいだ可視化を行った事例についても紹介します。

            分散トレーシングの技術選定・OSS 貢献, Stackdriver Trace での性能可視化・改善 / Distributed Tracing case study
          • 分散アプリケーションの異常の原因を即時に診断するための手法の構想 / Causality Tracing in Distributed Applications

            分散アプリケーションの異常の原因を即時に診断するための手法の構想 / Causality Tracing in Distributed Applications

              分散アプリケーションの異常の原因を即時に診断するための手法の構想 / Causality Tracing in Distributed Applications
            • Tracing TypeScript Compiler

              はじめにTypeScript 4.1 で新しく増えた --generateTrace という TypeScript Compiler の profile を取得するオプションについて。 TypeScript 4.1 beta でもすっ飛ばされていたネタなので、多分あまり注目されていないだろうし、 僕もたまたま PRs を眺めていたら見つけた程度だし、他の feature と比べるとかなりニッチなのだけど、個人的に面白かったのでエントリに残しておく。 なぜ僕が今回のオプションに惹かれたかとういうと、 3 ヶ月くらい前に、仕事でやっている TypeScript のプロジェクトについて「ローカルでの tsc が遅い!なんでだ!」って感じで憤ってた時期があって、 どこにボトルネックがあるか調べようと思ったことがあったのだけど、このときは深く調べることができずに挫折したという経緯があるため。 ちなみ

                Tracing TypeScript Compiler
              • 分散トレーシングとOpenTelemetryのススメ / Getting started distributed tracing and OpenTelemetry

                OCHaCafe Season7 の LT 資料です。 https://ochacafe.connpass.com/event/282817/

                  分散トレーシングとOpenTelemetryのススメ / Getting started distributed tracing and OpenTelemetry
                • ネットワークサービスの依存発見に向いた
TCP/UDP通信の低負荷なトレース手法 / Low Overhead TCP-UDP Tracing in Kernel

                  第8回WebSystemArchitecture研究会 https://wsa.connpass.com/event/207143/

                    ネットワークサービスの依存発見に向いた
TCP/UDP通信の低負荷なトレース手法 / Low Overhead TCP-UDP Tracing in Kernel
                  • Rust での tracing

                    axum を始め、tower 系列でサーバーを作っているといくらでも例が出てきそうな話ではあるが、「ちょっと君、明日からRust でトレーシングしたまえ」って言われた時に欲しいまとまった情報は意外とない気がしたので書く。 基本的に tower 系列や、tower に準ずる様な Service トレイトを持つ様なFWであれば同じ様な話であり、tracing crate 自体は Agnostic なものなので、ここでは axum を例にあげて書く。 axum と tracing subscriber まず、簡単に HTML を返すサーバーを作る。 use axum::{response::Html, Router}; use std::net::SocketAddr; #[tokio::main] async fn main() { let app = Router::new().route(

                      Rust での tracing
                    • Apple and Google partner on COVID-19 contact tracing technology

                      Apple Newsroom needs your permission to enable desktop notifications when new articles are published Across the world, governments and health authorities are working together to find solutions to the COVID-19 pandemic, to protect people and get society back up and running. Software developers are contributing by crafting technical tools to help combat the virus and save lives. In this spirit of co

                        Apple and Google partner on COVID-19 contact tracing technology
                      • Building Netflix’s Distributed Tracing Infrastructure

                        “@Netflixhelps Why doesn’t Tiger King play on my phone?” — a Netflix member via Twitter This is an example of a question our on-call engineers need to answer to help resolve a member issue — which is difficult when troubleshooting distributed systems. Investigating a video streaming failure consists of inspecting all aspects of a member account. In our previous blog post we introduced Edgar, our t

                          Building Netflix’s Distributed Tracing Infrastructure
                        • Stackdriver Traceの導入とCustom Tracing APIによる分析の詳細化

                          1.については、障害発生時に大きなアドバンテージになりますし、2.についてもパフォーマンス問題が発生した時に重要な手がかりとなります。

                            Stackdriver Traceの導入とCustom Tracing APIによる分析の詳細化
                          • Ray Tracing in One Weekend Series

                            Getting the Books The Ray Tracing in One Weekend series of books are now available to the public for free online. They are now released under the CC0 license. This means that they are as close to public domain as we can get. (While that also frees you from the requirement of providing attribution, it would help the overall project if you could point back to this web site as a service to other user

                            • Privacy-Preserving Contact Tracing - Apple and Google

                              Across the world, governments and health authorities are working together to find solutions to the COVID‑19 pandemic, to protect people and get society back up and running. Software developers are contributing by crafting technical tools to help combat the virus and save lives. In this spirit of collaboration, Google and Apple are announcing a joint effort to enable the use of Bluetooth technology

                                Privacy-Preserving Contact Tracing - Apple and Google
                              • ZigでRay Tracing in One Weekendをやってみた

                                はじめに ここ数週間でホットな言語、Zigを触っている。 何か作りたいなと思っていたが、以前からやってみたかったRay Tracing in One Weekend (週末レイトレーシング)をやってみることにした。 最終的に生成される画像。うっとりする 所感 本文はC++で書かれているが、クラス、継承、演算子オーバーロード等の概念はZigにはないため適宜工夫する必要があった。 また、筆者が普段(型の緩めな)PythonやJSを主に使っているため、終始コンパイラに叱られっぱなしだった[1]。 面白い/気になった点 RustやGo、TS等の近代静的型付言語では常識なのかもしれないが、個人的に新鮮だった機能や気になった点をここに列挙していく。 コンパイル時にのみ実行されるコード zigではcomptimeというマーカを付けることでコンパイル時に評価されるコードを書くことができる。 型情報や定数な

                                  ZigでRay Tracing in One Weekendをやってみた
                                • Ray Tracing in One Weekend

                                  • Apple and Google partner on COVID-19 contact tracing technology

                                    Across the world, governments and health authorities are working together to find solutions to the COVID-19 pandemic, to protect people and get society back up and running. Software developers are contributing by crafting technical tools to help combat the virus and save lives. In this spirit of collaboration, Google and Apple are announcing a joint effort to enable the use of Bluetooth technology

                                      Apple and Google partner on COVID-19 contact tracing technology
                                    • GitHub - vercel/nft: Node.js dependency tracing utility

                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                        GitHub - vercel/nft: Node.js dependency tracing utility
                                      • Tracee: Tracing Containers with eBPF

                                        This week at Velocity Berlin, I’ll be giving a talk called A Beginner’s Guide to eBPF. To coincide with it, we’re opening up a new Aqua Security open source project called Tracee, which uses eBPF to trace events in containers. This isn’t something that most developers need to do on a day-to-day basis, but for those of us interested in the details of implementing container security, this can be a h

                                          Tracee: Tracing Containers with eBPF
                                        • Kyle Halladay - Ray Tracing In Notepad.exe At 30 FPS

                                          I do graphics and engine programming for games. I'm the author of Practical Shader Development, which is all about learning to write shaders. Check out some other stuff I've written A few months back, there was a post on Reddit (link), which described a game that used an open source clone of Notepad to handle all its input and rendering. While reading about it, I had the thought that it would be r

                                          • GitHub - kazumihirose/Covid19Radar: Open Source / i18n / iOS Android Cross Platform Contact Tracing App by exposure notification framework Xamarin App and Server Side Code

                                            “There is only one version of contact confirming app in app stores - the official version by the Ministry of Health, Labor and Welfare. This GitHub contains code that became the base for the official app, but it is not the same as the code for the official app itself. This code is maintained by the community and there is no guarantee that issues or pull requests will be reflected in the official a

                                              GitHub - kazumihirose/Covid19Radar: Open Source / i18n / iOS Android Cross Platform Contact Tracing App by exposure notification framework Xamarin App and Server Side Code
                                            • BLE-Proximity for COVID-19 contact tracing - maaash.jp

                                              コロナウィルスが広まり始めてから、自分の専門性を生かして何かできないかと考えていた。 Bluetooth Low Energyを使ったスマートフォンアプリを配布し、誰と誰が近くにいたか履歴をとっておいて、後にアプリのユーザーの中から感染が確認されたら、そのユーザーが近くにいた他のユーザーに警告する、 というアイディアがあることを知ったのは 鐵人三國誌 だったか。 これは得意領域やん、と思い飛びつき、 コロナのおかげで自分も時間が多少できたので(!?) そこからシンガポール/TraceTogetherやヨーロッパ/Decentralized Privacy-Preserving Proximity Tracingで検討/実装されているアプリ Projects using personal data to combat SARS-CoV-2 をリサーチをしつつ、プライバシーを保護して、どうBL

                                              • GitHub - NVIDIA/Q2RTX: NVIDIA’s implementation of RTX ray-tracing in Quake II

                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

                                                  GitHub - NVIDIA/Q2RTX: NVIDIA’s implementation of RTX ray-tracing in Quake II
                                                • Tracing the path of network traffic in Kubernetes

                                                  Tracing the path of network traffic in KubernetesJanuary 2022 TL;DR: In this article, you will learn how packets flow inside and outside a Kubernetes cluster. Starting from the initial web request and down to the container hosting the application. Table of ContentsTable of ContentsKubernetes networking requirementsHow Linux network namespaces work in a podThe pause container creates the network na

                                                    Tracing the path of network traffic in Kubernetes
                                                  • クラウドネイティブ時代の分散トレーシング - Distributed Tracing in a Cloud Native Age

                                                    クラウドネイティブ時代の分散トレーシング - Distributed Tracing in a Cloud Native Age

                                                      クラウドネイティブ時代の分散トレーシング - Distributed Tracing in a Cloud Native Age
                                                    • 超個体型データセンターを目指したネットワークサービス間依存関係の自動追跡の構想 / A concept of superorganism tracing

                                                      情報処理学会 DICOMO2019@福島 http://tsys.jp/dicomo/2019/program/program_abst.html#6A-2 https://yuuk.io/papers/transtracer_dicomo2019.pdf インターネットの利用者による多様な要求に応えるために,インターネットサービスを支えるシステムが大規模化かつ複雑化している.利用者とデータセンター間のネットワークの中間層を利用するエッジコンピューティングや小・中規模データセンターが地理的に分散する超個体型データセンターに向けて,今後はこれまで以上にシステムの規模と複雑性が高まっていく.その結果,システム管理者はシステムを構成するネットワークサービス同士の依存関係を把握することが難しくなるため,依存を自動で発見することが必要となる.しかし,依存を自動発見する先行手法は,システム管理者が把握

                                                        超個体型データセンターを目指したネットワークサービス間依存関係の自動追跡の構想 / A concept of superorganism tracing
                                                      • 🔭 tracing/tracing-subscriberでログが出力される仕組みを理解する | Happy developing

                                                        本記事ではRustのtracing/tracing-subscriberでログが出力される仕組みをソースコードを読みながら理解することを目指します。 具体的には以下のコードにおいてtracingがどのようにしてログを出力するかを見ていきます。 use tracing::{info, info_span}; fn main() { tracing_subscriber::fmt() .init(); let span = info_span!("span_1", key="hello"); let _guard = span.enter(); info!("hello"); } Cargo.toml [dependencies] thread_local = "1.1.4" tracing = "=0.1.35" tracing-core = "=0.1.30" tracing-subscr

                                                        • Monitoring demystified: A guide for logging, tracing, metrics | TechBeacon

                                                          Get up to speed fast on the techniques behind successful enterprise application development, QA testing and software delivery from leading practitioners. View all

                                                            Monitoring demystified: A guide for logging, tracing, metrics | TechBeacon
                                                          • Perfetto - System profiling, app tracing and trace analysis

                                                            sort Linux kernel tracing Capture high frequency ftrace data: scheduling activity, task switching latency, CPU frequency and much more nfc Userspace profilers and extra probes Native heap profiling, Java heap profiling, pollers for /proc stat files

                                                            • Sampling v. tracing

                                                              Perf is probably the most widely used general purpose performance debugging tool on Linux. There are multiple contenders for the #2 spot, and, like perf, they're sampling profilers. Sampling profilers are great. They tend to be easy-to-use and low-overhead compared to most alternatives. However, there are large classes of performance problems sampling profilers can't debug effectively, and those p

                                                              • Announcing Grafana Tempo, a massively scalable distributed tracing system | Grafana Labs

                                                                Solutions All end-to-end solutions Opinionated solutions that help you get there easier and faster

                                                                  Announcing Grafana Tempo, a massively scalable distributed tracing system | Grafana Labs
                                                                • A Tour of Safe Tracing GC Designs in Rust - In Pursuit of Laziness

                                                                  I’ve been thinking about garbage collection in Rust for a long time, ever since I started working on Servo’s JS layer. I’ve designed a GC library, worked on GC integration ideas for Rust itself, worked on Servo’s JS GC integration, and helped out with a couple other GC projects in Rust. As a result, I tend to get pulled into GC discussions fairly often. I enjoy talking about GCs – don’t get me wro

                                                                    A Tour of Safe Tracing GC Designs in Rust - In Pursuit of Laziness
                                                                  • Optimizing Ray Tracing in Haskell

                                                                    My first Haskell program and how easily I optimized it from 33m to 17s. 1800x1012 scene generated containing 533 objects rendered with 500 samples and 50,000 rays per pixel.BackgroundFew weeks back, my colleague at work, Eyal Kalerdon, shared his implementation of ray-tracing-in-one-weekend in Rust, which inspired me to try this as well. I, however, chose Haskell for this, thinking I’ll not only l

                                                                      Optimizing Ray Tracing in Haskell
                                                                    • Android PからのSystem TracingとPerfettoを使ってパフォーマンスを確認しよう - Qiita

                                                                      traceがいい感じに使えるようになっていたのでシェアです。 これはAndroid Dev Summitで紹介されています。 https://www.youtube.com/watch?v=9kNhB_z704I PerfettoはUIが改善されたSystraceのUIです。Chromeをクラッシュさせずに、しかもかなり快適に動きます! 事前準備 開発者向けオプションからSystem Tracingを有効にしてShow Quick Settings tileを有効にします trace方法 こんな感じのActivityがあったとします。 class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState

                                                                        Android PからのSystem TracingとPerfettoを使ってパフォーマンスを確認しよう - Qiita
                                                                      • COVID-19 Contact Tracing

                                                                        Describe the natural history of SARS-CoV-2 , including the infectious period, the presentation of COVID-19, and evidence for how it is transmitted. Define an infectious contact and timeline for public health intervention through contact tracing. Demonstrate the utility of case investigation and contact tracing, identify common barriers, and possible strategies to overcome them.

                                                                          COVID-19 Contact Tracing
                                                                        • Tracing Ruby’s (Global) VM Lock - ivo's awfully random tech blog

                                                                          (🇯🇵 Japanese translation thanks to @hachi8833) (🇰🇷 Korean translation thanks to @heka1024) I recently created a new Ruby gem: the gvl-tracing gem. This gem can be used to generate a visualization of what your Ruby threads are up to: Click Open Example 1 to explore this example. Alternatively, download example1.json.gz and open it with the Perfetto UI. Example code is from example1.rb. Interest

                                                                          • Quantifying SARS-CoV-2 transmission suggests epidemic control with digital contact tracing | Science

                                                                            Quantifying SARS-CoV-2 transmission suggests epidemic control with digital contact tracing View ORCID ProfileLuca Ferretti1,*, View ORCID ProfileChris Wymant1,*, View ORCID ProfileMichelle Kendall1, View ORCID ProfileLele Zhao1, View ORCID ProfileAnel Nurtay1, View ORCID ProfileLucie Abeler-Dörner1, Michael Parker2, View ORCID ProfileDavid Bonsall1,3,†, View ORCID ProfileChristophe Fraser1,4,†,‡1B

                                                                              Quantifying SARS-CoV-2 transmission suggests epidemic control with digital contact tracing | Science
                                                                            • 週刊Railsウォッチ: RubyのGVLトレーサーgvl-tracing、casting gemでオブジェクトに振る舞いを追加ほか(20220802後編)|TechRacho by BPS株式会社

                                                                              週刊Railsウォッチについて 各記事冒頭には🔗でパーマリンクを置いてあります: 社内やTwitterでの議論などにどうぞ 「つっつきボイス」はRailsウォッチ公開前ドラフトを(鍋のように)社内有志でつっついたときの会話の再構成です👄 お気づきの点がありましたら@hachi8833までメンションをいただければ確認・対応いたします🙏 TechRachoではRubyやRailsなどの最新情報記事を平日に公開しています。TechRacho記事をいち早くお読みになりたい方はTwitterにて@techrachoのフォローをお願いします。また、タグやカテゴリごとにRSSフィードを購読することもできます(例:週刊Railsウォッチタグ) お知らせ: 来週および来来週の週刊Railsウォッチはお盆休みをいただきます🍉。次回は8/22(月)を予定しています。 🔗Ruby 🔗 gvl-trac

                                                                                週刊Railsウォッチ: RubyのGVLトレーサーgvl-tracing、casting gemでオブジェクトに振る舞いを追加ほか(20220802後編)|TechRacho by BPS株式会社
                                                                              • Decentralized Privacy-Preserving Proximity Tracing - DP-3T/documents - GitHub

                                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                  Decentralized Privacy-Preserving Proximity Tracing - DP-3T/documents - GitHub
                                                                                • Ray Tracing in pure CMake

                                                                                  Without further ado, I present: a basic whitted ray tracer, complete with multicore rendering, written in 100% pure CMake. If you don't care about the details, and just want to see the code, you can find it here. Rendered in 7m23s on a i5-10210U, 8 processesAt this point, those familiar with CMake may have some questions, so keep reading to find out how it all works. Fixed-Point ArithmeticGood new

                                                                                    Ray Tracing in pure CMake

                                                                                  新着記事