Home
last modified time | relevance | path

Searched refs:doProfile (Results 1 – 25 of 35) sorted by relevance

12

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4functiontable_unix.cpp60 static bool doProfile = !qEnvironmentVariableIsEmpty("QV4_PROFILE_WRITE_PERF_MAP"); in generateFunctionTable() local
61 if (Q_UNLIKELY(doProfile)) { in generateFunctionTable()
67 doProfile = false; in generateFunctionTable()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4functiontable_unix.cpp60 static bool doProfile = !qEnvironmentVariableIsEmpty("QV4_PROFILE_WRITE_PERF_MAP"); in generateFunctionTable() local
61 if (Q_UNLIKELY(doProfile)) { in generateFunctionTable()
67 doProfile = false; in generateFunctionTable()
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/cumulative/
H A DCumulativeUnary.java55 private boolean doProfile = false; field in CumulativeUnary
101 …veUnary(IntVar[] starts, IntVar[] durations, IntVar[] resources, IntVar limit, boolean doProfile) { in CumulativeUnary() argument
104 this.doProfile = doProfile; in CumulativeUnary()
132 boolean doProfile) { in CumulativeUnary() argument
135 resources.toArray(new IntVar[resources.size()]), limit, doProfile); in CumulativeUnary()
149 if (doProfile) in consistency()
154 if (!doProfile) in consistency()
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/
H A DDisjoint.java64 public Disjoint(Rectangle[] rectangles, boolean doProfile) { in Disjoint() argument
72 this.doProfile = doProfile; in Disjoint()
89 doProfile = profile; in Disjoint()
117 doProfile = profile; in Disjoint()
168 doProfile = profile; in Disjoint()
198 doProfile = profile; in Disjoint()
H A DDiff2.java79 public Diff2(Rectangle[] rectangles, int[] exclusiveList, boolean doProfile) { in Diff2() argument
90 this.doProfile = doProfile; in Diff2()
108 doProfile = profile; in Diff2()
135 doProfile = profile; in Diff2()
187 doProfile = profile; in Diff2()
217 doProfile = profile; in Diff2()
H A DDiff.java78 boolean doProfile = true; field in Diff
95 public Diff(Rectangle[] rectangles, boolean doProfile) { in Diff() argument
104 this.doProfile = doProfile; in Diff()
137 doProfile = profile; in Diff()
184 doProfile = profile; in Diff()
216 doProfile = profile; in Diff()
227 doProfile = profile; in Diff()
468 if (ProfileCandidates.size() != 0 && doProfile) in narrowIth()
H A DDisjointConditional.java74 …ublic DisjointConditional(Rectangle[] rectangles, ExclusiveList exclusionList, boolean doProfile) { in DisjointConditional() argument
83 this.doProfile = doProfile; in DisjointConditional()
147 doProfile = profile; in DisjointConditional()
183 doProfile = profile; in DisjointConditional()
246 doProfile = profile; in DisjointConditional()
307 doProfile = profile; in DisjointConditional()
570 if (ProfileCandidates.size() != 0 && doProfile) in narrowIthCondition()
H A DCumulative.java79 protected boolean doProfile = true; field in Cumulative
125 …, IntVar[] durations, IntVar[] resources, IntVar limit, boolean doEdgeFinding, boolean doProfile) { in Cumulative() argument
161 this.doProfile = doProfile; in Cumulative()
183 …ts, IntVar[] durations, IntVar[] resources, IntVar limit, boolean doEdgeFinding, boolean doProfile, in Cumulative() argument
186 this(starts, durations, resources, limit, doEdgeFinding, doProfile); in Cumulative()
344 if (doProfile) { in consistency()
1152 … = ").append(limit).append(", ").append(doEdgeFinding).append(", ").append(doProfile).append(" )");
/dports/biology/lamarc/lamarc-2.1.8/src/control/
H A Dregiongammainfo.cpp21 bool doProfile, proftype profType, in RegionGammaInfo() argument
26 m_doProfile(doProfile), in RegionGammaInfo()
H A Dregiongammainfo.h39 bool doProfile, proftype profType,
H A Ddefaults.h203 static const bool doProfile; variable
H A Ddefaults.cpp181 const bool defaults::doProfile = true; member in defaults
/dports/lang/nx/nsf2.3.0/generic/
H A DnsfProfile.c244 prevProfileSetting = rst->doProfile; in ReportLine()
245 rst->doProfile = 0; in ReportLine()
255 rst->doProfile = prevProfileSetting; in ReportLine()
441 if (rst->doProfile == 1) { in NsfProfileTrace()
507 rst->doProfile = withEnable; in NsfProfileTrace()
/dports/biology/lamarc/lamarc-2.1.8/src/ui_vars/
H A Dui_vars_forces.cpp2732 getLegalForce(force).SetDoProfile(doProfile,id); in SetDoProfile()
2736 UIVarsForces::SetDoProfile (bool doProfile, force_type force) in SetDoProfile() argument
2738 getLegalForce(force).SetDoProfile(doProfile); in SetDoProfile()
2742 UIVarsForces::SetDoProfile (bool doProfile) in SetDoProfile() argument
2748 coalForce.SetDoProfile(doProfile); in SetDoProfile()
2749 diseaseForce.SetDoProfile(doProfile); in SetDoProfile()
2750 growForce.SetDoProfile(doProfile); in SetDoProfile()
2751 migForce.SetDoProfile(doProfile); in SetDoProfile()
2752 recForce.SetDoProfile(doProfile); in SetDoProfile()
2753 logisticSelectionForce.SetDoProfile(doProfile); in SetDoProfile()
[all …]
H A Dui_vars_forces.h539 void SetDoProfile (bool doProfile);
540 void SetDoProfile (bool doProfile, force_type forceId);
541 void SetDoProfile (bool doProfile, force_type forceId, long id);
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dbatchlan2.cpp807 chain.doProfile = 2; in ExecuteCase58()
809 chain.doProfile = 1; in ExecuteCase58()
H A Dbatchlan.cpp951 doProfile = 0; in Init()
1017 Res->doProfile = doProfile; in makeDynamic()
1073 doProfile = 1; in StartProfile()
1106 doProfile = 0; in CollectProfile()
1384 if (doProfile == 1 && profileCounter) { in Execute()
/dports/biology/hyphy/hyphy-2.5.33/src/core/include/
H A Dbatchlan.h186 char doProfile; variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/replacements/
H A DMonitorSnippets.java222 static boolean doProfile(OptionValues options) { in doProfile() method in MonitorSnippets
597 if (doProfile(options)) { in traceObject()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/replacements/
H A DMonitorSnippets.java229 static boolean doProfile(@Fold.InjectedParameter OptionValues options) { in doProfile() method in MonitorSnippets
630 if (doProfile(INJECTED_OPTIONVALUES)) { in traceObject()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/replacements/
H A DMonitorSnippets.java222 static boolean doProfile(OptionValues options) { in doProfile() method in MonitorSnippets
597 if (doProfile(options)) { in traceObject()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/replacements/
H A DMonitorSnippets.java235 static boolean doProfile(@Fold.InjectedParameter OptionValues options) { in doProfile() method in MonitorSnippets
637 if (doProfile(INJECTED_OPTIONVALUES)) { in traceObject()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/replacements/
H A DMonitorSnippets.java226 static boolean doProfile(@Fold.InjectedParameter OptionValues options) { in doProfile() method in MonitorSnippets
601 if (doProfile(INJECTED_OPTIONVALUES)) { in traceObject()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/replacements/
H A DMonitorSnippets.java235 static boolean doProfile(@Fold.InjectedParameter OptionValues options) { in doProfile() method in MonitorSnippets
637 if (doProfile(INJECTED_OPTIONVALUES)) { in traceObject()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/replacements/
H A DMonitorSnippets.java229 static boolean doProfile(@Fold.InjectedParameter OptionValues options) { in doProfile() method in MonitorSnippets
630 if (doProfile(INJECTED_OPTIONVALUES)) { in traceObject()

12