Home
last modified time | relevance | path

Searched refs:prof (Results 1 – 25 of 5812) sorted by relevance

12345678910>>...233

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dprof.c120 if (vm->prof->hTimerEvent != NULL && vm->prof->hObserverThread !=NULL) { in ITIMER_STOP()
172 if (vm->prof->samplerFd < 0 || vm->prof->currentSample == 0) return; in sampler_flush()
175 ssize_t r = write(vm->prof->samplerFd, vm->prof->samples, in sampler_flush()
223 vm->prof->totalSamples++; in sampler_sample()
235 prof->samples[i].func, prof->samples[i].func); in collect_samples()
283 vm->prof->currentCount = 0; in Scm_ProfilerCountBufferFlush()
301 if (!vm->prof) { in Scm_ProfilerStart()
309 vm->prof->statHash = in Scm_ProfilerStart()
391 vm->prof->statHash = in Scm_ProfilerReset()
412 collect_samples(vm->prof); in Scm_ProfilerRawResult()
[all …]
/dports/devel/liboil/liboil-0.3.17/liboil/
H A Dliboilmarshal.c44 oil_profile_start (prof); in _oil_test_marshal_function()
47 oil_profile_stop (prof); in _oil_test_marshal_function()
50 oil_profile_start (prof); in _oil_test_marshal_function()
53 oil_profile_stop (prof); in _oil_test_marshal_function()
56 oil_profile_start (prof); in _oil_test_marshal_function()
59 oil_profile_stop (prof); in _oil_test_marshal_function()
65 oil_profile_stop (prof); in _oil_test_marshal_function()
71 oil_profile_stop (prof); in _oil_test_marshal_function()
77 oil_profile_stop (prof); in _oil_test_marshal_function()
83 oil_profile_stop (prof); in _oil_test_marshal_function()
[all …]
H A Dliboilprofile.c61 prof->min = -1; in oil_profile_init()
78 prof->last = prof->stop - prof->start; in oil_profile_stop_handle()
80 prof->total += prof->last; in oil_profile_stop_handle()
81 prof->n++; in oil_profile_stop_handle()
83 if (prof->last < prof->min) prof->min = prof->last; in oil_profile_stop_handle()
86 if (prof->last == prof->hist_time[i]) { in oil_profile_stop_handle()
91 if (i == prof->hist_n && prof->hist_n < OIL_PROFILE_HIST_LENGTH) { in oil_profile_stop_handle()
92 prof->hist_time[prof->hist_n] = prof->last; in oil_profile_stop_handle()
93 prof->hist_count[prof->hist_n] = 1; in oil_profile_stop_handle()
94 prof->hist_n++; in oil_profile_stop_handle()
[all …]
/dports/multimedia/photofilmstrip/photofilmstrip-3.7.0/photofilmstrip/core/
H A DOutputProfile.py102 for prof in result:
103 prof.SetFriendlyName(prof.GetName())
115 profs.append(prof)
118 profs.append(prof)
123 profs.append(prof)
126 profs.append(prof)
133 profs.append(prof)
136 profs.append(prof)
143 profs.append(prof)
146 profs.append(prof)
[all …]
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/asrun/client/
H A Dcalcul_handler.py46 def __init__(self, prof): argument
50 self.prof = prof
124 prof = prof.copy()
125 if prof is not None:
142 prof = self.prof.copy()
145 prof['actions'] = prof['multiple_actions']
148 del prof['multiple']
153 prof['noeud'] = ''
176 return prof
204 prof = self.prof
[all …]
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/asrun/client/
H A Dcalcul_handler.py46 def __init__(self, prof): argument
50 self.prof = prof
124 prof = prof.copy()
125 if prof is not None:
142 prof = self.prof.copy()
145 prof['actions'] = prof['multiple_actions']
148 del prof['multiple']
153 prof['noeud'] = ''
176 return prof
204 prof = self.prof
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/kalign/src/kalign2/
H A Dkalign2_profile.c281 prof[27] = prof[27] * (prof[26]+1.0); in increase_gaps()
282 prof[28] = prof[28] * (prof[26]+1.0); in increase_gaps()
283 prof[29] = prof[29] * (prof[26]+1.0); in increase_gaps()
309 prof[27] = prof[55]*nsip*-gpo; in set_gap_penalties2()
310 prof[28] = prof[55]*nsip*-gpe; in set_gap_penalties2()
311 prof[29] = prof[55]*nsip*-tgpe; in set_gap_penalties2()
316 prof[27] = prof[55]*nsip*-gpo; in set_gap_penalties2()
317 prof[28] = prof[55]*nsip*-gpe; in set_gap_penalties2()
319 prof[29] = prof[55]*nsip*-tgpe; in set_gap_penalties2()
1061 prof[8] = prof[16]*nsip*w;//gap open or close in dna_set_gap_penalties()
[all …]
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/etc/plugins/
H A Dathosdev.py37 prof = calcul.prof
39 prof = change_batch_parameters(serv, prof)
42 return prof
44 def getCpuParametersLocal(prof): argument
71 prof['memjob'] = int(float(prof['memjob'][0])) + MEMSUP * 1024
74 prof['tpsjob'] = 60*24
107 if not prof['ncpus'][0]:
112 prof['ncpus'] = int(prof['ncpus'][0])
113 if prof['ncpus'][0] > 1:
125 return prof
[all …]
H A Daster5.py37 prof = calcul.prof
39 prof = change_batch_parameters(serv, prof)
41 return prof
43 def getCpuParametersLocal(prof): argument
68 prof['memjob'] = int(float(prof['memjob'][0])) + MEMSUP * 1024
71 prof['tpsjob'] = 60*24
105 if not prof['ncpus'][0]:
110 prof['ncpus'] = int(prof['ncpus'][0])
121 prof['classe'] = group
123 return prof
[all …]
H A Deole.py37 prof = calcul.prof
39 prof = change_batch_parameters(serv, prof)
41 return prof
43 def getCpuParametersLocal(prof): argument
68 prof['memjob'] = int(float(prof['memjob'][0])) + MEMSUP * 1024
71 prof['tpsjob'] = 60*24
99 if not prof['ncpus'][0]:
104 prof['ncpus'] = int(prof['ncpus'][0])
114 prof['classe'] = group
116 return prof
[all …]
H A Dgaia.py37 prof = calcul.prof
39 prof = change_batch_parameters(serv, prof)
41 return prof
43 def getCpuParametersLocal(prof): argument
68 prof['memjob'] = int(float(prof['memjob'][0])) + MEMSUP * 1024
71 prof['tpsjob'] = 60*24
99 if not prof['ncpus'][0]:
104 prof['ncpus'] = int(prof['ncpus'][0])
114 prof['classe'] = group
116 return prof
[all …]
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/etc/plugins/
H A Dathosdev.py37 prof = calcul.prof
39 prof = change_batch_parameters(serv, prof)
42 return prof
44 def getCpuParametersLocal(prof): argument
71 prof['memjob'] = int(float(prof['memjob'][0])) + MEMSUP * 1024
74 prof['tpsjob'] = 60*24
107 if not prof['ncpus'][0]:
112 prof['ncpus'] = int(prof['ncpus'][0])
113 if prof['ncpus'][0] > 1:
125 return prof
[all …]
H A Dgaia.py37 prof = calcul.prof
39 prof = change_batch_parameters(serv, prof)
41 return prof
43 def getCpuParametersLocal(prof): argument
68 prof['memjob'] = int(float(prof['memjob'][0])) + MEMSUP * 1024
71 prof['tpsjob'] = 60*24
99 if not prof['ncpus'][0]:
104 prof['ncpus'] = int(prof['ncpus'][0])
114 prof['classe'] = group
116 return prof
[all …]
H A Daster5.py37 prof = calcul.prof
39 prof = change_batch_parameters(serv, prof)
41 return prof
43 def getCpuParametersLocal(prof): argument
68 prof['memjob'] = int(float(prof['memjob'][0])) + MEMSUP * 1024
71 prof['tpsjob'] = 60*24
105 if not prof['ncpus'][0]:
110 prof['ncpus'] = int(prof['ncpus'][0])
121 prof['classe'] = group
123 return prof
[all …]
H A Deole.py37 prof = calcul.prof
39 prof = change_batch_parameters(serv, prof)
41 return prof
43 def getCpuParametersLocal(prof): argument
68 prof['memjob'] = int(float(prof['memjob'][0])) + MEMSUP * 1024
71 prof['tpsjob'] = 60*24
99 if not prof['ncpus'][0]:
104 prof['ncpus'] = int(prof['ncpus'][0])
114 prof['classe'] = group
116 return prof
[all …]
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/asrun/
H A Dexecute.py191 iret = runner.set_cpuinfo(prof['mpi_nbnoeud'][0], prof['mpi_nbcpu'][0])
201 reptrav = runner.set_rep_trav(prof['rep_trav'][0], prof['mode'][0])
205 prof.WriteExportTo(prof.get_filename())
447 run=run, conf=conf, prof=prof, build=build, exe=exetmp)
532 prof = use_options(run, prof)
558 prof['actions'] = prof['actions'] + ['make_exec']
588 prof = use_options(run, prof)
600 float(prof['tpsjob'][0])) * 60. * float(prof['facmtps'][0]))
617 serv, prof = apply_special_service(prof, run)
624 prof.args[par] = (prof.args.get(par, "") + " " + val).strip()
[all …]
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/asrun/
H A Dexecute.py191 iret = runner.set_cpuinfo(prof['mpi_nbnoeud'][0], prof['mpi_nbcpu'][0])
201 reptrav = runner.set_rep_trav(prof['rep_trav'][0], prof['mode'][0])
205 prof.WriteExportTo(prof.get_filename())
447 run=run, conf=conf, prof=prof, build=build, exe=exetmp)
532 prof = use_options(run, prof)
558 prof['actions'] = prof['actions'] + ['make_exec']
588 prof = use_options(run, prof)
600 float(prof['tpsjob'][0])) * 60. * float(prof['facmtps'][0]))
617 serv, prof = apply_special_service(prof, run)
624 prof.args[par] = (prof.args.get(par, "") + " " + val).strip()
[all …]
/dports/devel/py-pympler/Pympler-0.4.2/test/muppy/
H A Dtest_mprofile.py9 prof = mprofile.MProfiler()
11 prof.codepoints = [(None, None, None)]
13 prof.codepoints = [('foo', 'bar', 42)]
15 prof.codepoints = [('foo', None, None)]
17 prof.codepoints = [('bar', None, None)]
19 prof.codepoints = [(None, 'bar', None)]
21 prof.codepoints = [(None, 'foo', None)]
23 prof.codepoints = [(None, None, 42)]
25 prof.codepoints = [(None, None, 0)]
32 prof.codepoints = [('foo', 'foo', 0)]
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/ghc-events-0.15.1/test/
H A Dtime-prof.eventlog.reference195 34087986: cap no 0, prof sample 1, cost centre stack 1, 2, 3
196 35086315: cap no 0, prof sample 2, cost centre stack 1, 2, 3
197 36085812: cap no 0, prof sample 3, cost centre stack 1, 2, 3
198 37085756: cap no 0, prof sample 4, cost centre stack 1, 2, 3
199 38085590: cap no 0, prof sample 5, cost centre stack 1, 2, 3
200 39085614: cap no 0, prof sample 6, cost centre stack 1, 2, 3
201 40085526: cap no 0, prof sample 7, cost centre stack 1, 2, 3
202 41085602: cap no 0, prof sample 8, cost centre stack 1, 2, 3
203 42085609: cap no 0, prof sample 9, cost centre stack 1, 2, 3
247 86086617: cap no 0, prof sample 53, cost centre stack 116
[all …]
/dports/devel/hs-ghc-events/ghc-events-0.17.0/test/
H A Dtime-prof.eventlog.reference195 34087986: cap no 0, prof sample 1, cost centre stack 1, 2, 3
196 35086315: cap no 0, prof sample 2, cost centre stack 1, 2, 3
197 36085812: cap no 0, prof sample 3, cost centre stack 1, 2, 3
198 37085756: cap no 0, prof sample 4, cost centre stack 1, 2, 3
199 38085590: cap no 0, prof sample 5, cost centre stack 1, 2, 3
200 39085614: cap no 0, prof sample 6, cost centre stack 1, 2, 3
201 40085526: cap no 0, prof sample 7, cost centre stack 1, 2, 3
202 41085602: cap no 0, prof sample 8, cost centre stack 1, 2, 3
203 42085609: cap no 0, prof sample 9, cost centre stack 1, 2, 3
247 86086617: cap no 0, prof sample 53, cost centre stack 116
[all …]
/dports/www/c-icap-modules/c_icap_modules-0.5.5/services/content_filtering/
H A Dprofiles.c30 free(prof->name); in free_profile_step()
39 free(prof); in free_profile_step()
63 if (prof->access_list && in check_profile()
67 checkData->prof = prof; in check_profile()
77 checkData.prof = NULL; in srv_srv_cf_profile_select()
80 if (checkData.prof) { in srv_srv_cf_profile_select()
118 srv_cf_profile_t *prof; in srv_cf_cfg_profile() local
235 srv_cf_profile_t *prof; in srv_cf_cfg_profile_access() local
276 srv_cf_profile_t *prof; in srv_cf_cfg_profile_option() local
304 prof->maxBodyData = prof->maxBodyData * 1024; in srv_cf_cfg_profile_option()
[all …]
/dports/devel/orc/orc-0.4.31/orc-test/
H A Dorcprofile.c76 prof->min = -1; in orc_profile_init()
93 prof->last = prof->stop - prof->start; in orc_profile_stop_handle()
95 prof->total += prof->last; in orc_profile_stop_handle()
96 prof->n++; in orc_profile_stop_handle()
98 if (prof->last < prof->min) prof->min = prof->last; in orc_profile_stop_handle()
101 if (prof->last == prof->hist_time[i]) { in orc_profile_stop_handle()
106 if (i == prof->hist_n && prof->hist_n < ORC_PROFILE_HIST_LENGTH) { in orc_profile_stop_handle()
107 prof->hist_time[prof->hist_n] = prof->last; in orc_profile_stop_handle()
108 prof->hist_count[prof->hist_n] = 1; in orc_profile_stop_handle()
109 prof->hist_n++; in orc_profile_stop_handle()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/profiler/
H A Daot.c226 emit_int32 (prof, len); in emit_string()
233 emit_byte (prof, type); in emit_record()
234 emit_int32 (prof, id); in emit_record()
244 id = prof->id ++; in add_image()
264 int id = prof->id ++; in add_type()
312 id = prof->id ++; in add_ginst()
346 id = prof->id ++; in add_class()
377 int id = prof->id ++; in add_method()
384 emit_string (prof, s); in add_method()
387 if (prof->verbose) in add_method()
[all …]
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/asrun/plugins/
H A Ddefault.py54 serv, prof = apply_special_service(prof, run, on_client_side=True)
69 prof.set_filename(forig)
70 prof.WriteExportTo(forig)
153 def get_study_export(prof): argument
161 mode = prof['mode'][0]
290 def _call_actu(prof, args): argument
294 mode = prof['mode'][0]
315 mode = prof['mode'][0]
351 mode = prof['mode'][0]
395 mode = prof['mode'][0]
[all …]
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/asrun/plugins/
H A Ddefault.py54 serv, prof = apply_special_service(prof, run, on_client_side=True)
69 prof.set_filename(forig)
70 prof.WriteExportTo(forig)
153 def get_study_export(prof): argument
161 mode = prof['mode'][0]
290 def _call_actu(prof, args): argument
294 mode = prof['mode'][0]
315 mode = prof['mode'][0]
351 mode = prof['mode'][0]
395 mode = prof['mode'][0]
[all …]

12345678910>>...233