Home
last modified time | relevance | path

Searched refs:profile_data (Results 1 – 3 of 3) 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/kernel-headers/original/uapi/linux/can/
Dgw.h123 __u8 profile_data[20]; member
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp767 … std::string profile_data = HarmonizeThreadIdsForProfileData(process, profileDataExtractor); in SendContinuePacketAndWaitForResponse() local
768 process->BroadcastAsyncProfileData (profile_data); in SendContinuePacketAndWaitForResponse()