Project

General

Profile

« Previous | Next » 

Revision 794be65e

Added by Andreas Müller almost 2 years ago

cleanup

View differences:

cdmlib-test/src/main/java/eu/etaxonomy/cdm/profiler/ProfileController.java
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
9

  
10 9
package eu.etaxonomy.cdm.profiler;
11 10

  
12 11
import org.apache.logging.log4j.LogManager;
13 12
import org.apache.logging.log4j.Logger;
14 13

  
15 14
import com.yourkit.api.Controller;
15

  
16 16
//TODO move to common
17 17
public class ProfileController {
18 18

  
19

  
20
    private static final Logger logger = LogManager.getLogger(ProfileController.class);
19
    private static final Logger logger = LogManager.getLogger();
21 20

  
22 21
    private static Controller controller;
23 22
    private static int memSnapshotCnt = 0;

Also available in: Unified diff