HomeSort by: relevance | last modified time | path
    Searched defs:Sample (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
Sample.cc 23 #include "Sample.h"
27 Sample::Sample (int num)
36 Sample::~Sample ()
44 Sample::get_usage ()
55 Sample::validate_usage ()
Sample.h 24 // A data Sample object represents a single sample's worth of data. This
31 class Sample
35 Sample (int num);
36 ~Sample ();
72 char *start_label; // sample start label
73 char *end_label; // sample end label
74 hrtime_t start_time; // sample start time
75 hrtime_t end_time; // sample end time
77 int number; // sample numbe
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Sample.cc 23 #include "Sample.h"
27 Sample::Sample (int num)
36 Sample::~Sample ()
44 Sample::get_usage ()
55 Sample::validate_usage ()
Sample.h 24 // A data Sample object represents a single sample's worth of data. This
31 class Sample
35 Sample (int num);
36 ~Sample ();
72 char *start_label; // sample start label
73 char *end_label; // sample end label
74 hrtime_t start_time; // sample start time
75 hrtime_t end_time; // sample end time
77 int number; // sample numbe
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
compare_two_ftime_report_sets 34 version constitutes a sample. The ouput of the script is a description
235 # expressed as a multiple of the standard deviation of the sample
366 class Sample:
368 """ A description of a sample using an arithmetic mean. """
400 return Sample(accumulator, alpha)
426 message = "The " + self.larger + " sample appears to be "
451 # each containing a whole sample consisting of single number per line.
465 # text = "\nArithmetic sample for data file\n\"" + filename + "\""
469 # sample = sample_from_values(values, alpha)
470 # print sample
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
PerfReader.cpp 28 // The 2nd frame after leaf could be missing if stack sample is
190 bool VirtualUnwinder::unwind(const HybridSample *Sample, uint64_t Repeat) {
192 UnwindState State(Sample);
194 // Sanity check - making sure leaf of LBR aligns with leaf of stack sample
195 // Stack sample sometimes can be unreliable, so filter out bogus ones.
202 // Now process the LBR samples in parrallel with stack sample
204 // unwind the sample stack as we walk through LBR entries.
221 // were not in the original stack sample, we should have added the
400 const HybridSample *Sample = dyn_cast<HybridSample>(Item.first.getPtr());
401 VirtualUnwinder Unwinder(&BinarySampleCounters[Sample->Binary]
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp 82 // Hint for common error of forgetting --sample for sample profiles.
83 Hint = "Perhaps you forgot to use the --sample option?";
97 enum ProfileKinds { instr, sample }; enumerator in enum:__anon3381::ProfileKinds
454 /// Adjust the instr profile in \p WC based on the sample profile in
483 // Compute cold thresholds for instr profile and sample profile.
502 // Find hot/warm functions in sample profile which is cold in instr profile
518 /// The main function to supplement instr profile with sample profile.
520 /// sample profile. \p OutputFilename specifies the output profile name.
543 // Read sample profile
    [all...]

Completed in 39 milliseconds