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

  /external/bcc/tests/python/
test_histogram.py 105 strip_leading_zero=True,
  /external/bcc/src/python/bcc/
table.py 65 def _print_log2_hist(vals, val_type, strip_leading_zero):
94 if strip_leading_zero:
98 strip_leading_zero = False
295 section_print_fn=None, bucket_fn=None, strip_leading_zero=None,
299 strip_leading_zero=None, bucket_sort_fn=None):
308 If the value of strip_leading_zero is not False, prints a histogram
339 _print_log2_hist(vals, val_type, strip_leading_zero)
344 _print_log2_hist(vals, val_type, strip_leading_zero)

Completed in 521 milliseconds