Files
openfoam/applications/test
Mark Olesen 2dc31390df ENH: add some system information when outputting profiling
- basic cpuInfo (model identification, MHz, etc)
- process memInfo

- profiling is activated via the case system/controlDict by
  adding a "profiling" sub-dictionary.

  Simply add the following (everything enabled):

      profiling
      {}

  Which corresponds to the longer form:

      profiling
      {
          active      true;  // default: true
          cpuInfo     true;  // default: true
          memInfo     true;  // default: true
          sysInfo     true;  // default: true
      }

  This can be used to selectively disable any extra information
  (eg, you don't want anyone else to know what hardware was used).
2016-06-15 20:17:44 +02:00
..
2016-04-16 18:34:41 +01:00
2016-04-16 18:34:41 +01:00
2016-04-16 18:34:41 +01:00
2016-04-16 18:34:41 +01:00
2016-04-16 18:34:41 +01:00
2016-04-16 18:34:41 +01:00
2015-12-22 23:14:17 +00:00
2015-02-04 16:33:02 +00:00
2015-12-22 23:14:17 +00:00
2013-09-27 22:47:59 +01:00