HomeSort by relevance Sort by last modified time
    Searched refs:svgfile (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/util/
svghelper.c 35 static FILE *svgfile; variable
78 svgfile = fopen(filename, "w");
79 if (!svgfile) {
97 fprintf(svgfile, "<?xml version=\"1.0\" standalone=\"no\"?> \n");
98 fprintf(svgfile, "<svg width=\"%i\" height=\"%" PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n", svg_page_width, total_height);
100 fprintf(svgfile, "<defs>\n <style type=\"text/css\">\n <![CDATA[\n");
102 fprintf(svgfile, " rect { stroke-width: 1; }\n");
103 fprintf(svgfile, " rect.process { fill:rgb(180,180,180); fill-opacity:0.9; stroke-width:1; stroke:rgb( 0, 0, 0); } \n");
104 fprintf(svgfile, " rect.process2 { fill:rgb(180,180,180); fill-opacity:0.9; stroke-width:0; stroke:rgb( 0, 0, 0); } \n");
105 fprintf(svgfile, " rect.sample { fill:rgb( 0, 0,255); fill-opacity:0.8; stroke-width:0; stroke:rgb( 0, (…)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof     [all...]

Completed in 167 milliseconds