Home
last modified time | relevance | path

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

/external/antlr/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/kernel-headers/original/uapi/linux/can/
Dgw.h138 __u8 profile_data[20]; member
/external/tensorflow/tensorflow/python/debug/lib/
Dsource_utils.py324 def annotate_source_against_profile(profile_data, argument
355 for profile_datum in profile_data:
/external/autotest/server/cros/device_health_profile/
Ddevice_health_profile_unittest.py66 profile_data = self.dhp.health_profile
67 self.assertEqual(self.dhp._validate_profile_data(profile_data), True)
/external/ImageMagick/coders/
Dbmp.c523 profile_data, in ReadBMPImage() local
628 profile_data=0; in ReadBMPImage()
833 profile_data=(MagickOffsetType)ReadBlobLSBLong(image); in ReadBMPImage()
1460 if ((bmp_info.colorspace == 0x4D424544L) && (profile_data > 0) && in ReadBMPImage()
1469 offset=start_position+14+profile_data; in ReadBMPImage()
1690 profile_data, in WriteBMPImage() local
2258 profile_data=0; in WriteBMPImage()
2263 profile_data=(MagickOffsetType) bmp_info.file_size-14; /* from head of BMP info header */ in WriteBMPImage()
2407 (void) WriteBlobLSBLong(image,(unsigned int) profile_data); in WriteBMPImage()
Dpng.c8166 *profile_description, unsigned char *profile_data, png_uint_32 length, in Magick_png_write_raw_profile() argument
8223 sp=profile_data; in Magick_png_write_raw_profile()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp4940 std::string profile_data = in HandleAsyncMisc() local
4942 BroadcastAsyncProfileData(profile_data); in HandleAsyncMisc()