MATLAB PARALLEL COMPUTING TOOLBOX - S Uživatelská příručka Strana 518

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 656
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 517
11 Functions — Alphabetical List
11-174
mpiprofile
Profile parallel communication and execution times
Syntax
mpiprofile
mpiprofile on <options>
mpiprofile off
mpiprofile resume
mpiprofile clear
mpiprofile status
mpiprofile reset
mpiprofile info
mpiprofile viewer
mpiprofile('viewer', <profinfoarray>)
Description
mpiprofile enables or disables the parallel profiler data collection on a MATLAB
worker running a communicating job. mpiprofile aggregates statistics on execution
time and communication times. The statistics are collected in a manner similar to
running the profile command on each MATLAB worker. By default, the parallel
profiling extensions include array fields that collect information on communication with
each of the other workers. This command in general should be executed in pmode or as
part of a task in a communicating job.
mpiprofile on <options> starts the parallel profiler and clears previously recorded
profile statistics.
mpiprofile takes the following options.
Option Description
-detail mmex
-detail builtin
This option specifies the set of functions
for which profiling statistics are gathered.
-detail mmex (the default) records
information about functions, local functions,
and MEX-functions. -detail builtin
Zobrazit stránku 517
1 2 ... 513 514 515 516 517 518 519 520 521 522 523 ... 655 656

Komentáře k této Příručce

Žádné komentáře