Home
last modified time | relevance | path

Searched refs:profile_data (Results 1 – 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
Dprofile-mode.rb131 profile_data = parser.profile
132 profile_data.rule_invocations.should == 60
133 profile_data.guessing_rule_invocations.should == 0
134 profile_data.rule_invocation_depth.should == 12
136 profile_data.fixed_decisions.should == 40
137 fixed_data = profile_data.fixed_looks
143 profile_data.cyclic_decisions.should == 4
144 cyclic_data = profile_data.cyclic_looks
150 profile_data.syntactic_predicates.should == 0
152 profile_data.memoization_cache_entries.should == 0
[all …]
/external/tensorflow/tensorflow/python/debug/cli/
Dprofile_analyzer_cli.py421 profile_data = [
427 profile_data = sorted(
428 profile_data,
434 profile_data, parsed.sort_by, parsed.reverse, parsed.time_unit,
504 profile_data = ProfileDataTableView(profile_datum_list, time_unit=time_unit)
519 len(column_name) for column_name in profile_data.column_names()]
523 for row in range(profile_data.row_count()):
525 column_widths[col], len(profile_data.value(
543 for col in range(profile_data.column_count()):
544 column_name = profile_data.column_names()[col]
[all …]
/external/toolchain-utils/cwp/bartlett/test/
Dserver_tester.py34 self.profile_data = tempfile.NamedTemporaryFile(delete=False)
37 self.profile_data.write(os.urandom(size))
40 self.profile_data.close()
41 os.remove(self.profile_data.name)
52 data = {'profile_data': self.profile_data,
/external/toolchain-utils/cwp/bartlett/
Dserver.py44 profile_data = db.BlobProperty() # The profile data variable in FileEntry
78 getfile.profile_data = db.Blob(f1)
95 self.response.out.write(request.profile_data)
/external/tensorflow/tensorflow/python/debug/lib/
Dsource_utils.py260 def annotate_source_against_profile(profile_data, argument
291 for profile_datum in profile_data:
/external/kernel-headers/original/uapi/linux/can/
Dgw.h125 __u8 profile_data[20]; member
/external/ImageMagick/coders/
Dbmp.c568 profile_data, in ReadBMPImage() local
641 profile_data=0; in ReadBMPImage()
797 profile_data=ReadBlobLSBLong(image); in ReadBMPImage()
799 (void) profile_data; in ReadBMPImage()
Dpng.c7691 *profile_description, unsigned char *profile_data, png_uint_32 length) in Magick_png_write_raw_profile() argument
7741 sp=profile_data; in Magick_png_write_raw_profile()