82 research outputs found

    Using High-Rising Cities to Visualize Performance in Real-Time

    Get PDF
    For developers concerned with a performance drop or improvement in their software, a profiler allows a developer to quickly search and identify bottlenecks and leaks that consume much execution time. Non real-time profilers analyze the history of already executed stack traces, while a real-time profiler outputs the results concurrently with the execution of software, so users can know the results instantaneously. However, a real-time profiler risks providing overly large and complex outputs, which is difficult for developers to quickly analyze. In this paper, we visualize the performance data from a real-time profiler. We visualize program execution as a three-dimensional (3D) city, representing the structure of the program as artifacts in a city (i.e., classes and packages expressed as buildings and districts) and their program executions expressed as the fluctuating height of artifacts. Through two case studies and using a prototype of our proposed visualization, we demonstrate how our visualization can easily identify performance issues such as a memory leak and compare performance changes between versions of a program. A demonstration of the interactive features of our prototype is available at https://youtu.be/eleVo19Hp4k.Comment: 10 pages, VISSOFT 2017, Artifact: https://github.com/sefield/high-rising-city-artifac

    Gastric T-cell lymphoma associated with hemophagocytic syndrome

    Get PDF
    BACKGROUND: Lymphoma-associated hemophagocytic syndrome (LAHS) occurs in mostly extra nodal non-Hodgkin's lymphoma. LAHS arising from gastrointestinal lymphoma has never been reported. Here we report a case of gastric T-cell lymphoma-associated hemophagocytic syndrome. CASE PRESENTATION: A 51-year-old woman presented with pain, redness of breasts, fever and hematemesis. Hematological examination revealed anemia. Gastroscopy revealed small bleeding ulcers in the stomach and the computed tomography scan showed liver tumor. She underwent total gastrectomy for gastrointestinal bleeding and the histopathology revealed gastric T-cell lymphoma. She continued to bleed from the anastomosis and died on the 8th postoperative day. Autopsy revealed it to be a LAHS. CONCLUSIONS: If Hemophagocytic syndrome (HPS) occurs in lymphoma of the gastrointestinal tract, bleeding from the primary lesion might be uncontrollable. Early diagnosis and appropriate treatment are needed for long-term survival

    Analysis of Expressed Sequence Tags from the Fungus Aspergillus oryzae Cultured Under Different Conditions

    Get PDF
    We performed random sequencing of cDNAs from nine biologically or industrially important cultures of the industrially valuable fungus Aspergillus oryzae to obtain expressed sequence tags (ESTs). Consequently, 21 446 raw ESTs were accumulated and subsequently assembled to 7589 non-redundant consensus sequences (contigs). Among all contigs, 5491 (72.4%) were derived from only a particular culture. These included 4735 (62.4%) singletons, i.e. lone ESTs overlapping with no others. These data showed that consideration of culture grown under various conditions as cDNA sources enabled efficient collection of ESTs. BLAST searches against the public databases showed that 2953 (38.9%) of the EST contigs showed significant similarities to deposited sequences with known functions, 793 (10.5%) were similar to hypothetical proteins, and the remaining 3843 (50.6%) showed no significant similarity to sequences in the databases. Culture-specific contigs were extracted on the basis of the EST frequency normalized by the total number for each culture condition. In addition, contig sequences were compared with sequence sets in eukaryotic orthologous groups (KOGs), and classified into the KOG functional categories

    SELF-LOCATION ESTIMATION OF A MOVING CAMERA USING THE MAP OF FEATURE POINTS AND EDGES OF ENVIRONMENT

    No full text
    ABSTRACT Applications as visual navigation of mobile robot with image sensor and mixed/augmented reality have been investigated actively. Many of these techniques require the localization of human or robot. In this report, we propose a novel method for estimating the position of a camera by using edge and feature point information in time-series of images. The technique can be applied to the indoor environment and the environment spatial model including feature points is obtained by tracking background feature points with the position of camera. The prediction model image is generated based on trajectory of the moving camera from the spatial model and the camera position is estimated by correction of model image from comparison with the input image

    Heijo: A Real-time Profiler for Java and Android Applications with City-like Visualization of Dynamic Code Executions.

    Get PDF
    アプリケーションのパフォーマンス改善において,実行時間を解析するプロファイラは有用と思われる.しかし,既存のプロファイラは特定の実行シナリオのもとプロファイリング時間を事前に設定する必要があり,実行シナリオなしでシステムのボトルネックを見つけることは難しい.また,各メソッドごとの実行時間を表示するインタフェースはソフトウェアの階層構造上における実行モジュールの位置などを把握することが難しい.これらの課題に対処するため,リアルタイムでパフォーマンス分析可能なソフトウェア都市可視化ツールHeijoを提案する.提案するプロファイラでは,アプリケーションの実行は3次元のソフトウェア都市として可視化され,アプリケーションのソフトウェア構造と実行のパフォーマンスが表現される.提案するプロファイラを使用して実際のJavaアプリケーションおよびAndroidアプリケーションのプロファイリングを行い,提案するプロファイラの有用性と実用性を確認した。JSP
    corecore